Html Css Color HEX #CFE0BD Ottoman

📋 copy color: '#CFE0BD'

red 207 ◦ green 224 ◦ blue 189

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

Shades of Ottoman #CFE0BD

Tints of Ottoman #CFE0BD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.13%

 BLUE value IS 189 (74.22% from 255) = 30.48%

R = 33.39%
G = 36.13%
B = 30.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#CFE0BD (or 0xCFE0BD) is known color: Ottoman. HEX triplet: CF, E0 and BD. RGB value is (207,224,189). Sum of RGB (Red+Green+Blue) = 207+224+189=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE0BD is #301F42. Grayscale: #D7D7D7. Windows color (decimal): -3153731 or 12443855. OLE color: 12443855.

HSL color Cylindrical-coordinate representation of color #CFE0BD: hue angle of 89.14º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFE0BD is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 189 -
CMYK 0.08 0 0.16 0.12
HSL 89.14º 0.36% 0.81% -
HSV(B) 89.14º 0.16% 0.88% -
XYZ 61.57 70.25 58.46 -
YUV 214.93 113.37 122.35 -
System Red Green Blue C M Y K H S L
Decimal 207 224 189 0.08 0 0.16 0.12 89.14 0.36 0.81
Hex CF E0 BD 8 0 10 C 59 24 51
Octal 317 340 275 10 0 20 14 131 44 121
Binary 11001111 11100000 10111101 1000 0 10000 1100 1011001 100100 1010001

Color Harmonies of #CFE0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE0BD

Black with #CFE0BD

Text Example


Text Example

White with #CFE0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE0BD; }

 p { color: rgb(207,224,189); }

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

background-color css

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

 a { background-color: rgb(207,224,189); }

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

border-color css

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

 span { border-color: rgb(207,224,189); }

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