Html Css Color HEX #CDE1BE Ottoman

📋 copy color: '#CDE1BE'

red 205 ◦ green 225 ◦ blue 190

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

Shades of Ottoman #CDE1BE

Tints of Ottoman #CDE1BE

RGB

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

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

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

R = 33.06%
G = 36.29%
B = 30.65%

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

#CDE1BE (or 0xCDE1BE) is known color: Ottoman. HEX triplet: CD, E1 and BE. RGB value is (205,225,190). Sum of RGB (Red+Green+Blue) = 205+225+190=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE1BE is #321E41. Grayscale: #D7D7D7. Windows color (decimal): -3284546 or 12509645. OLE color: 12509645.

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

Color convert

RGB 205 225 190 -
CMYK 0.09 0 0.16 0.12
HSL 94.29º 0.37% 0.81% -
HSV(B) 94.29º 0.16% 0.88% -
XYZ 61.4 70.55 59.1 -
YUV 215.03 113.87 120.85 -
System Red Green Blue C M Y K H S L
Decimal 205 225 190 0.09 0 0.16 0.12 94.29 0.37 0.81
Hex CD E1 BE 9 0 10 C 5E 25 51
Octal 315 341 276 11 0 20 14 136 45 121
Binary 11001101 11100001 10111110 1001 0 10000 1100 1011110 100101 1010001

Color Harmonies of #CDE1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE1BE

Black with #CDE1BE

Text Example


Text Example

White with #CDE1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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