Html Css Color HEX #CFDCC6 Ottoman

📋 copy color: '#CFDCC6'

red 207 ◦ green 220 ◦ blue 198

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

Shades of Ottoman #CFDCC6

Tints of Ottoman #CFDCC6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.2%

 BLUE value IS 198 (77.73% from 255) = 31.68%

R = 33.12%
G = 35.2%
B = 31.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#CFDCC6 (or 0xCFDCC6) is known color: Ottoman. HEX triplet: CF, DC and C6. RGB value is (207,220,198). Sum of RGB (Red+Green+Blue) = 207+220+198=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 198 (77.73% from 255 or 31.68% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCC6 is #302339. Grayscale: #D5D5D5. Windows color (decimal): -3154746 or 13032655. OLE color: 13032655.

HSL color Cylindrical-coordinate representation of color #CFDCC6: hue angle of 95.45º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFDCC6 is Cyan = 0.06, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 220 198 -
CMYK 0.06 0 0.1 0.14
HSL 95.45º 0.24% 0.82% -
HSV(B) 95.45º 0.1% 0.86% -
XYZ 61.52 68.53 63.41 -
YUV 213.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 207 220 198 0.06 0 0.1 0.14 95.45 0.24 0.82
Hex CF DC C6 6 0 A E 5F 18 52
Octal 317 334 306 6 0 12 16 137 30 122
Binary 11001111 11011100 11000110 110 0 1010 1110 1011111 11000 1010010

Color Harmonies of #CFDCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDCC6

Black with #CFDCC6

Text Example


Text Example

White with #CFDCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDCC6; }

 p { color: rgb(207,220,198); }

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

background-color css

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

 a { background-color: rgb(207,220,198); }

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

border-color css

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

 span { border-color: rgb(207,220,198); }

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