Html Css Color HEX #CFDCC2 Ottoman

📋 copy color: '#CFDCC2'

red 207 ◦ green 220 ◦ blue 194

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

Shades of Ottoman #CFDCC2

Tints of Ottoman #CFDCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.24%

R = 33.33%
G = 35.43%
B = 31.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#CFDCC2 (or 0xCFDCC2) is known color: Ottoman. HEX triplet: CF, DC and C2. RGB value is (207,220,194). Sum of RGB (Red+Green+Blue) = 207+220+194=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCC2 is #30233D. Grayscale: #D5D5D5. Windows color (decimal): -3154750 or 12770511. OLE color: 12770511.

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

Color convert

RGB 207 220 194 -
CMYK 0.06 0 0.12 0.14
HSL 90º 0.27% 0.81% -
HSV(B) 90º 0.12% 0.86% -
XYZ 61.06 68.35 61.01 -
YUV 213.15 117.19 123.61 -
System Red Green Blue C M Y K H S L
Decimal 207 220 194 0.06 0 0.12 0.14 90 0.27 0.81
Hex CF DC C2 6 0 C E 5A 1B 51
Octal 317 334 302 6 0 14 16 132 33 121
Binary 11001111 11011100 11000010 110 0 1100 1110 1011010 11011 1010001

Color Harmonies of #CFDCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDCC2

Black with #CFDCC2

Text Example


Text Example

White with #CFDCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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