Html Css Color HEX #CFD8C2 Ottoman

📋 copy color: '#CFD8C2'

red 207 ◦ green 216 ◦ blue 194

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

Shades of Ottoman #CFD8C2

Tints of Ottoman #CFD8C2

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.01%

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

R = 33.55%
G = 35.01%
B = 31.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#CFD8C2 (or 0xCFD8C2) is known color: Ottoman. HEX triplet: CF, D8 and C2. RGB value is (207,216,194). Sum of RGB (Red+Green+Blue) = 207+216+194=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 216 (84.77% from 255 or 35.01% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD8C2 is #30273D. Grayscale: #D2D2D2. Windows color (decimal): -3155774 or 12769487. OLE color: 12769487.

HSL color Cylindrical-coordinate representation of color #CFD8C2: hue angle of 84.55º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFD8C2 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 216 194 -
CMYK 0.04 0 0.10 0.15
HSL 84.55º 0.22% 0.8% -
HSV(B) 84.55º 0.1% 0.85% -
XYZ 60.03 66.27 60.67 -
YUV 210.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 207 216 194 0.04 0 0.10 0.15 84.55 0.22 0.8
Hex CF D8 C2 4 0 A F 55 16 50
Octal 317 330 302 4 0 12 17 125 26 120
Binary 11001111 11011000 11000010 100 0 1010 1111 1010101 10110 1010000

Color Harmonies of #CFD8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD8C2

Black with #CFD8C2

Text Example


Text Example

White with #CFD8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD8C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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