Html Css Color HEX #CFE2B9 Ottoman

📋 copy color: '#CFE2B9'

red 207 ◦ green 226 ◦ blue 185

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

Shades of Ottoman #CFE2B9

Tints of Ottoman #CFE2B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.94%

R = 33.5%
G = 36.57%
B = 29.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#CFE2B9 (or 0xCFE2B9) is known color: Ottoman. HEX triplet: CF, E2 and B9. RGB value is (207,226,185). Sum of RGB (Red+Green+Blue) = 207+226+185=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 185 (72.66% from 255 or 29.94% from 618); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE2B9 is #301D46. Grayscale: #D7D7D7. Windows color (decimal): -3153223 or 12182223. OLE color: 12182223.

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

Color convert

RGB 207 226 185 -
CMYK 0.08 0 0.18 0.11
HSL 87.8º 0.41% 0.81% -
HSV(B) 87.8º 0.18% 0.89% -
XYZ 61.69 71.16 56.38 -
YUV 215.65 110.71 121.83 -
System Red Green Blue C M Y K H S L
Decimal 207 226 185 0.08 0 0.18 0.11 87.8 0.41 0.81
Hex CF E2 B9 8 0 12 B 58 29 51
Octal 317 342 271 10 0 22 13 130 51 121
Binary 11001111 11100010 10111001 1000 0 10010 1011 1011000 101001 1010001

Color Harmonies of #CFE2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE2B9

Black with #CFE2B9

Text Example


Text Example

White with #CFE2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE2B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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