Html Css Color HEX #CADEB9 Ottoman

📋 copy color: '#CADEB9'

red 202 ◦ green 222 ◦ blue 185

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

Shades of Ottoman #CADEB9

Tints of Ottoman #CADEB9

RGB

 RED value IS 202 (79.3% from 255) = 33.17%

 GREEN value IS 222 (87.11% from 255) = 36.45%

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

R = 33.17%
G = 36.45%
B = 30.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#CADEB9 (or 0xCADEB9) is known color: Ottoman. HEX triplet: CA, DE and B9. RGB value is (202,222,185). Sum of RGB (Red+Green+Blue) = 202+222+185=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 185 (72.66% from 255 or 30.38% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #CADEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADEB9 is #352146. Grayscale: #D3D3D3. Windows color (decimal): -3481927 or 12181194. OLE color: 12181194.

HSL color Cylindrical-coordinate representation of color #CADEB9: hue angle of 92.43º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CADEB9 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 222 185 -
CMYK 0.09 0 0.17 0.13
HSL 92.43º 0.36% 0.8% -
HSV(B) 92.43º 0.17% 0.87% -
XYZ 59.24 68.3 55.96 -
YUV 211.8 112.87 121.01 -
System Red Green Blue C M Y K H S L
Decimal 202 222 185 0.09 0 0.17 0.13 92.43 0.36 0.8
Hex CA DE B9 9 0 11 D 5C 24 50
Octal 312 336 271 11 0 21 15 134 44 120
Binary 11001010 11011110 10111001 1001 0 10001 1101 1011100 100100 1010000

Color Harmonies of #CADEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADEB9

Black with #CADEB9

Text Example


Text Example

White with #CADEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADEB9; }

 p { color: rgb(202,222,185); }

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

background-color css

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

 a { background-color: rgb(202,222,185); }

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

border-color css

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

 span { border-color: rgb(202,222,185); }

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