Html Css Color HEX #CDE1BD Ottoman

📋 copy color: '#CDE1BD'

red 205 ◦ green 225 ◦ blue 189

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

Shades of Ottoman #CDE1BD

Tints of Ottoman #CDE1BD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.35%

 BLUE value IS 189 (74.22% from 255) = 30.53%

R = 33.12%
G = 36.35%
B = 30.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#CDE1BD (or 0xCDE1BD) is known color: Ottoman. HEX triplet: CD, E1 and BD. RGB value is (205,225,189). Sum of RGB (Red+Green+Blue) = 205+225+189=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE1BD is #321E42. Grayscale: #D7D7D7. Windows color (decimal): -3284547 or 12444109. OLE color: 12444109.

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

Color convert

RGB 205 225 189 -
CMYK 0.09 0 0.16 0.12
HSL 93.33º 0.38% 0.81% -
HSV(B) 93.33º 0.16% 0.88% -
XYZ 61.29 70.5 58.52 -
YUV 214.92 113.37 120.93 -
System Red Green Blue C M Y K H S L
Decimal 205 225 189 0.09 0 0.16 0.12 93.33 0.38 0.81
Hex CD E1 BD 9 0 10 C 5D 26 51
Octal 315 341 275 11 0 20 14 135 46 121
Binary 11001101 11100001 10111101 1001 0 10000 1100 1011101 100110 1010001

Color Harmonies of #CDE1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE1BD

Black with #CDE1BD

Text Example


Text Example

White with #CDE1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE1BD; }

 p { color: rgb(205,225,189); }

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

background-color css

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

 a { background-color: rgb(205,225,189); }

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

border-color css

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

 span { border-color: rgb(205,225,189); }

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