Html Css Color HEX #CFE1BB Ottoman

📋 copy color: '#CFE1BB'

red 207 ◦ green 225 ◦ blue 187

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

Shades of Ottoman #CFE1BB

Tints of Ottoman #CFE1BB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.35%

 BLUE value IS 187 (73.44% from 255) = 30.21%

R = 33.44%
G = 36.35%
B = 30.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#CFE1BB (or 0xCFE1BB) is known color: Ottoman. HEX triplet: CF, E1 and BB. RGB value is (207,225,187). Sum of RGB (Red+Green+Blue) = 207+225+187=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE1BB is #301E44. Grayscale: #D7D7D7. Windows color (decimal): -3153477 or 12313039. OLE color: 12313039.

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

Color convert

RGB 207 225 187 -
CMYK 0.08 0 0.17 0.12
HSL 88.42º 0.39% 0.81% -
HSV(B) 88.42º 0.17% 0.88% -
XYZ 61.63 70.7 57.41 -
YUV 215.29 112.04 122.09 -
System Red Green Blue C M Y K H S L
Decimal 207 225 187 0.08 0 0.17 0.12 88.42 0.39 0.81
Hex CF E1 BB 8 0 11 C 58 27 51
Octal 317 341 273 10 0 21 14 130 47 121
Binary 11001111 11100001 10111011 1000 0 10001 1100 1011000 100111 1010001

Color Harmonies of #CFE1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE1BB

Black with #CFE1BB

Text Example


Text Example

White with #CFE1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE1BB; }

 p { color: rgb(207,225,187); }

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

background-color css

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

 a { background-color: rgb(207,225,187); }

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

border-color css

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

 span { border-color: rgb(207,225,187); }

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