Html Css Color HEX #CFE2BB Ottoman

📋 copy color: '#CFE2BB'

red 207 ◦ green 226 ◦ blue 187

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

Shades of Ottoman #CFE2BB

Tints of Ottoman #CFE2BB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.45%

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

R = 33.39%
G = 36.45%
B = 30.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#CFE2BB (or 0xCFE2BB) is known color: Ottoman. HEX triplet: CF, E2 and BB. RGB value is (207,226,187). Sum of RGB (Red+Green+Blue) = 207+226+187=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE2BB is #301D44. Grayscale: #D8D8D8. Windows color (decimal): -3153221 or 12313295. OLE color: 12313295.

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

Color convert

RGB 207 226 187 -
CMYK 0.08 0 0.17 0.11
HSL 89.23º 0.4% 0.81% -
HSV(B) 89.23º 0.17% 0.89% -
XYZ 61.9 71.25 57.5 -
YUV 215.87 111.71 121.67 -
System Red Green Blue C M Y K H S L
Decimal 207 226 187 0.08 0 0.17 0.11 89.23 0.4 0.81
Hex CF E2 BB 8 0 11 B 59 28 51
Octal 317 342 273 10 0 21 13 131 50 121
Binary 11001111 11100010 10111011 1000 0 10001 1011 1011001 101000 1010001

Color Harmonies of #CFE2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE2BB

Black with #CFE2BB

Text Example


Text Example

White with #CFE2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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