Html Css Color HEX #CDE0BB Ottoman

📋 copy color: '#CDE0BB'

red 205 ◦ green 224 ◦ blue 187

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

Shades of Ottoman #CDE0BB

Tints of Ottoman #CDE0BB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.36%

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

R = 33.28%
G = 36.36%
B = 30.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#CDE0BB (or 0xCDE0BB) is known color: Ottoman. HEX triplet: CD, E0 and BB. RGB value is (205,224,187). Sum of RGB (Red+Green+Blue) = 205+224+187=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE0BB is #321F44. Grayscale: #D6D6D6. Windows color (decimal): -3284805 or 12312781. OLE color: 12312781.

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

Color convert

RGB 205 224 187 -
CMYK 0.08 0 0.17 0.12
HSL 90.81º 0.37% 0.81% -
HSV(B) 90.81º 0.17% 0.88% -
XYZ 60.8 69.88 57.3 -
YUV 214.1 112.71 121.51 -
System Red Green Blue C M Y K H S L
Decimal 205 224 187 0.08 0 0.17 0.12 90.81 0.37 0.81
Hex CD E0 BB 8 0 11 C 5B 25 51
Octal 315 340 273 10 0 21 14 133 45 121
Binary 11001101 11100000 10111011 1000 0 10001 1100 1011011 100101 1010001

Color Harmonies of #CDE0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE0BB

Black with #CDE0BB

Text Example


Text Example

White with #CDE0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE0BB; }

 p { color: rgb(205,224,187); }

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

background-color css

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

 a { background-color: rgb(205,224,187); }

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

border-color css

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

 span { border-color: rgb(205,224,187); }

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