Html Css Color HEX #CFE2BE Ottoman

📋 copy color: '#CFE2BE'

red 207 ◦ green 226 ◦ blue 190

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

Shades of Ottoman #CFE2BE

Tints of Ottoman #CFE2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.5%

R = 33.23%
G = 36.28%
B = 30.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#CFE2BE (or 0xCFE2BE) is known color: Ottoman. HEX triplet: CF, E2 and BE. RGB value is (207,226,190). Sum of RGB (Red+Green+Blue) = 207+226+190=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 226 (88.67% from 255 or 36.28% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE2BE is #301D41. Grayscale: #D8D8D8. Windows color (decimal): -3153218 or 12509903. OLE color: 12509903.

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

Color convert

RGB 207 226 190 -
CMYK 0.08 0 0.16 0.11
HSL 91.67º 0.38% 0.82% -
HSV(B) 91.67º 0.16% 0.89% -
XYZ 62.22 71.38 59.21 -
YUV 216.22 113.21 121.43 -
System Red Green Blue C M Y K H S L
Decimal 207 226 190 0.08 0 0.16 0.11 91.67 0.38 0.82
Hex CF E2 BE 8 0 10 B 5C 26 52
Octal 317 342 276 10 0 20 13 134 46 122
Binary 11001111 11100010 10111110 1000 0 10000 1011 1011100 100110 1010010

Color Harmonies of #CFE2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE2BE

Black with #CFE2BE

Text Example


Text Example

White with #CFE2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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