Html Css Color HEX #CFDCC0 Ottoman

📋 copy color: '#CFDCC0'

red 207 ◦ green 220 ◦ blue 192

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

Shades of Ottoman #CFDCC0

Tints of Ottoman #CFDCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.02%

R = 33.44%
G = 35.54%
B = 31.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#CFDCC0 (or 0xCFDCC0) is known color: Ottoman. HEX triplet: CF, DC and C0. RGB value is (207,220,192). Sum of RGB (Red+Green+Blue) = 207+220+192=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCC0 is #30233F. Grayscale: #D5D5D5. Windows color (decimal): -3154752 or 12639439. OLE color: 12639439.

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

Color convert

RGB 207 220 192 -
CMYK 0.06 0 0.13 0.14
HSL 87.86º 0.29% 0.81% -
HSV(B) 87.86º 0.13% 0.86% -
XYZ 60.84 68.26 59.84 -
YUV 212.92 116.19 123.78 -
System Red Green Blue C M Y K H S L
Decimal 207 220 192 0.06 0 0.13 0.14 87.86 0.29 0.81
Hex CF DC C0 6 0 D E 58 1D 51
Octal 317 334 300 6 0 15 16 130 35 121
Binary 11001111 11011100 11000000 110 0 1101 1110 1011000 11101 1010001

Color Harmonies of #CFDCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDCC0

Black with #CFDCC0

Text Example


Text Example

White with #CFDCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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