#CADFB4

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

Shades of Ottoman #CADFB4

Tints of Ottoman #CADFB4

Color information

#CADFB4 (or 0xCADFB4) is unknown color: approx Ottoman. HEX triplet: CA, DF and B4. RGB value is (202,223,180). Sum of RGB (Red+Green+Blue) = 202+223+180=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFB4 is #35204B. Grayscale: #D3D3D3. Windows color (decimal): -3481676 or 11853770. OLE color: 11853770.

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

Color convert

RGB202223180-
CMYK0.0900.190.13
HSL89.3º40.19%79.02%-
HSV(B)89.3º19.28%87.45%-
XYZ58.9868.6353.32-
YUV211.82110.04121-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.39%
GREEN value IS 223 (87.5% from 255) = 36.86%
BLUE value IS 180 (70.70% from 255) = 29.75%
R=33.39%
G=36.86%
B=29.75%

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
Decimal2022231800.0900.190.1389.340.1979.02
HexCADFB49013D59284f
Octal312337264110231513150117
Binary1100101011011111101101001001010011110110110011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFB4; }

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

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

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

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

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

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

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

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