Html Css Color HEX #CFDDC8 Ottoman

📋 copy color: '#CFDDC8'

red 207 ◦ green 221 ◦ blue 200

#CFDDC8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ottoman #CFDDC8

Tints of Ottoman #CFDDC8

RGB

 RED value IS 207 (81.25% from 255) = 32.96%

 GREEN value IS 221 (86.72% from 255) = 35.19%

 BLUE value IS 200 (78.52% from 255) = 31.85%

R = 32.96%
G = 35.19%
B = 31.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFDDC8 (or 0xCFDDC8) is known color: Ottoman. HEX triplet: CF, DD and C8. RGB value is (207,221,200). Sum of RGB (Red+Green+Blue) = 207+221+200=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDC8 is #302237. Grayscale: #D6D6D6. Windows color (decimal): -3154488 or 13163983. OLE color: 13163983.

HSL color Cylindrical-coordinate representation of color #CFDDC8: hue angle of 100º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFDDC8 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 221 200 -
CMYK 0.06 0 0.10 0.13
HSL 100º 0.24% 0.83% -
HSV(B) 100º 0.1% 0.87% -
XYZ 62.01 69.15 64.72 -
YUV 214.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 207 221 200 0.06 0 0.10 0.13 100 0.24 0.83
Hex CF DD C8 6 0 A D 64 18 53
Octal 317 335 310 6 0 12 15 144 30 123
Binary 11001111 11011101 11001000 110 0 1010 1101 1100100 11000 1010011

Color Harmonies of #CFDDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDDC8

Black with #CFDDC8

Text Example


Text Example

White with #CFDDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDDC8; }

 p { color: rgb(207,221,200); }

 H1.HeaderClassName
 {
   color: #CFDDC8;
 }
 .AnyTagClassName
 {
   color: #CFDDC8;
 }
</style>

background-color css

<style>
 a { background-color: #CFDDC8; }

 a { background-color: rgb(207,221,200); }

 div.DivClassName
 {
   background-color: #CFDDC8;
 }
 .BgClassName
 {
   background-color: #CFDDC8;
 }
</style>

border-color css

<style>
 span { border-color: #CFDDC8; }

 span { border-color: rgb(207,221,200); }

 td.TdClassName
 {
   border-color: #CFDDC8;
 }
 .TagClassName
 {
   border-color: #CFDDC8;
 }
</style>