Html Css Color HEX #CDE2B9 Ottoman

📋 copy color: '#CDE2B9'

red 205 ◦ green 226 ◦ blue 185

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

Shades of Ottoman #CDE2B9

Tints of Ottoman #CDE2B9

RGB

 RED value IS 205 (80.47% from 255) = 33.28%

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

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

R = 33.28%
G = 36.69%
B = 30.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#CDE2B9 (or 0xCDE2B9) is known color: Ottoman. HEX triplet: CD, E2 and B9. RGB value is (205,226,185). Sum of RGB (Red+Green+Blue) = 205+226+185=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 226 (88.67% from 255 or 36.69% from 616); Blue value is 185 (72.66% from 255 or 30.03% from 616); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE2B9 is #321D46. Grayscale: #D7D7D7. Windows color (decimal): -3284295 or 12182221. OLE color: 12182221.

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

Color convert

RGB 205 226 185 -
CMYK 0.09 0 0.18 0.11
HSL 90.73º 0.41% 0.81% -
HSV(B) 90.73º 0.18% 0.89% -
XYZ 61.13 70.87 56.36 -
YUV 215.05 111.04 120.83 -
System Red Green Blue C M Y K H S L
Decimal 205 226 185 0.09 0 0.18 0.11 90.73 0.41 0.81
Hex CD E2 B9 9 0 12 B 5B 29 51
Octal 315 342 271 11 0 22 13 133 51 121
Binary 11001101 11100010 10111001 1001 0 10010 1011 1011011 101001 1010001

Color Harmonies of #CDE2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE2B9

Black with #CDE2B9

Text Example


Text Example

White with #CDE2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE2B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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