#CADFB5

Color #CADFB5 Ottoman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ottoman #CADFB5

Tints of Ottoman #CADFB5

Color information

#CADFB5 (or 0xCADFB5) is unknown color: approx Ottoman. HEX triplet: CA, DF and B5. RGB value is (202,223,181). Sum of RGB (Red+Green+Blue) = 202+223+181=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFB5 is #35204A. Grayscale: #D4D4D4. Windows color (decimal): -3481675 or 11919306. OLE color: 11919306.

HSL color Cylindrical-coordinate representation of color #CADFB5: hue angle of 90º degrees, saturation: 0.4, 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 #CADFB5 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB202223181-
CMYK0.0900.190.13
HSL90º39.62%79.22%-
HSV(B)90º18.83%87.45%-
XYZ59.0968.6753.86-
YUV211.93110.54120.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.33%
GREEN value IS 223 (87.5% from 255) = 36.80%
BLUE value IS 181 (71.09% from 255) = 29.87%
R=33.33%
G=36.80%
B=29.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022231810.0900.190.139039.6279.22
HexCADFB59013D5a284f
Octal312337265110231513250117
Binary1100101011011111101101011001010011110110110101010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFB5; }

 p { color: rgb(202,223,181); }

 H1.HeaderClassName
 {
   color: #CADFB5;
 }
 .AnyTagClassName
 {
   color: #CADFB5;
 }
</style>
background-color css

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

 a { background-color: rgb(202,223,181); }

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

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

 span { border-color: rgb(202,223,181); }

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