Html Css Color HEX #CADEB3 Ottoman

📋 copy color: '#CADEB3'

red 202 ◦ green 222 ◦ blue 179

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

Shades of Ottoman #CADEB3

Tints of Ottoman #CADEB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 29.68%

R = 33.5%
G = 36.82%
B = 29.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#CADEB3 (or 0xCADEB3) is known color: Ottoman. HEX triplet: CA, DE and B3. RGB value is (202,222,179). Sum of RGB (Red+Green+Blue) = 202+222+179=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #CADEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADEB3 is #35214C. Grayscale: #D3D3D3. Windows color (decimal): -3481933 or 11787978. OLE color: 11787978.

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

Color convert

RGB 202 222 179 -
CMYK 0.09 0 0.19 0.13
HSL 87.91º 0.39% 0.79% -
HSV(B) 87.91º 0.19% 0.87% -
XYZ 58.62 68.05 52.69 -
YUV 211.12 109.87 121.5 -
System Red Green Blue C M Y K H S L
Decimal 202 222 179 0.09 0 0.19 0.13 87.91 0.39 0.79
Hex CA DE B3 9 0 13 D 58 27 4F
Octal 312 336 263 11 0 23 15 130 47 117
Binary 11001010 11011110 10110011 1001 0 10011 1101 1011000 100111 1001111

Color Harmonies of #CADEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADEB3

Black with #CADEB3

Text Example


Text Example

White with #CADEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADEB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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