Html Css Color HEX #CDE2BA Ottoman

📋 copy color: '#CDE2BA'

red 205 ◦ green 226 ◦ blue 186

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

Shades of Ottoman #CDE2BA

Tints of Ottoman #CDE2BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.15%

R = 33.23%
G = 36.63%
B = 30.15%

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

#CDE2BA (or 0xCDE2BA) is known color: Ottoman. HEX triplet: CD, E2 and BA. RGB value is (205,226,186). Sum of RGB (Red+Green+Blue) = 205+226+186=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE2BA is #321D45. Grayscale: #D7D7D7. Windows color (decimal): -3284294 or 12247757. OLE color: 12247757.

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

Color convert

RGB 205 226 186 -
CMYK 0.09 0 0.18 0.11
HSL 91.5º 0.41% 0.81% -
HSV(B) 91.5º 0.18% 0.89% -
XYZ 61.24 70.92 56.92 -
YUV 215.16 111.54 120.75 -
System Red Green Blue C M Y K H S L
Decimal 205 226 186 0.09 0 0.18 0.11 91.5 0.41 0.81
Hex CD E2 BA 9 0 12 B 5C 29 51
Octal 315 342 272 11 0 22 13 134 51 121
Binary 11001101 11100010 10111010 1001 0 10010 1011 1011100 101001 1010001

Color Harmonies of #CDE2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE2BA

Black with #CDE2BA

Text Example


Text Example

White with #CDE2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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