Html Css Color HEX #CADEBA Ottoman

📋 copy color: '#CADEBA'

red 202 ◦ green 222 ◦ blue 186

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

Shades of Ottoman #CADEBA

Tints of Ottoman #CADEBA

RGB

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

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

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

R = 33.11%
G = 36.39%
B = 30.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#CADEBA (or 0xCADEBA) is known color: Ottoman. HEX triplet: CA, DE and BA. RGB value is (202,222,186). Sum of RGB (Red+Green+Blue) = 202+222+186=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #CADEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADEBA is #352145. Grayscale: #D4D4D4. Windows color (decimal): -3481926 or 12246730. OLE color: 12246730.

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

Color convert

RGB 202 222 186 -
CMYK 0.09 0 0.16 0.13
HSL 93.33º 0.35% 0.8% -
HSV(B) 93.33º 0.16% 0.87% -
XYZ 59.34 68.34 56.52 -
YUV 211.92 113.37 120.93 -
System Red Green Blue C M Y K H S L
Decimal 202 222 186 0.09 0 0.16 0.13 93.33 0.35 0.8
Hex CA DE BA 9 0 10 D 5D 23 50
Octal 312 336 272 11 0 20 15 135 43 120
Binary 11001010 11011110 10111010 1001 0 10000 1101 1011101 100011 1010000

Color Harmonies of #CADEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADEBA

Black with #CADEBA

Text Example


Text Example

White with #CADEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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