Html Css Color HEX #CADDBB Ottoman

📋 copy color: '#CADDBB'

red 202 ◦ green 221 ◦ blue 187

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

Shades of Ottoman #CADDBB

Tints of Ottoman #CADDBB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.23%

 BLUE value IS 187 (73.44% from 255) = 30.66%

R = 33.11%
G = 36.23%
B = 30.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#CADDBB (or 0xCADDBB) is known color: Ottoman. HEX triplet: CA, DD and BB. RGB value is (202,221,187). Sum of RGB (Red+Green+Blue) = 202+221+187=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDBB is #352244. Grayscale: #D3D3D3. Windows color (decimal): -3482181 or 12312010. OLE color: 12312010.

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

Color convert

RGB 202 221 187 -
CMYK 0.09 0 0.15 0.13
HSL 93.53º 0.33% 0.8% -
HSV(B) 93.53º 0.15% 0.87% -
XYZ 59.18 67.86 56.99 -
YUV 211.44 114.21 121.26 -
System Red Green Blue C M Y K H S L
Decimal 202 221 187 0.09 0 0.15 0.13 93.53 0.33 0.8
Hex CA DD BB 9 0 F D 5E 21 50
Octal 312 335 273 11 0 17 15 136 41 120
Binary 11001010 11011101 10111011 1001 0 1111 1101 1011110 100001 1010000

Color Harmonies of #CADDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADDBB

Black with #CADDBB

Text Example


Text Example

White with #CADDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADDBB; }

 p { color: rgb(202,221,187); }

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

background-color css

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

 a { background-color: rgb(202,221,187); }

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

border-color css

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

 span { border-color: rgb(202,221,187); }

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