Html Css Color HEX #CFE3BE Ottoman

📋 copy color: '#CFE3BE'

red 207 ◦ green 227 ◦ blue 190

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

Shades of Ottoman #CFE3BE

Tints of Ottoman #CFE3BE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.38%

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

R = 33.17%
G = 36.38%
B = 30.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#CFE3BE (or 0xCFE3BE) is known color: Ottoman. HEX triplet: CF, E3 and BE. RGB value is (207,227,190). Sum of RGB (Red+Green+Blue) = 207+227+190=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 227 (89.06% from 255 or 36.38% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE3BE is #301C41. Grayscale: #D8D8D8. Windows color (decimal): -3152962 or 12510159. OLE color: 12510159.

HSL color Cylindrical-coordinate representation of color #CFE3BE: hue angle of 92.43º degrees, saturation: 0.4, 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 #CFE3BE is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 227 190 -
CMYK 0.09 0 0.16 0.11
HSL 92.43º 0.4% 0.82% -
HSV(B) 92.43º 0.16% 0.89% -
XYZ 62.5 71.92 59.3 -
YUV 216.8 112.87 121.01 -
System Red Green Blue C M Y K H S L
Decimal 207 227 190 0.09 0 0.16 0.11 92.43 0.4 0.82
Hex CF E3 BE 9 0 10 B 5C 28 52
Octal 317 343 276 11 0 20 13 134 50 122
Binary 11001111 11100011 10111110 1001 0 10000 1011 1011100 101000 1010010

Color Harmonies of #CFE3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE3BE

Black with #CFE3BE

Text Example


Text Example

White with #CFE3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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