#CABDF5

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

Shades of Fog #CABDF5

Tints of Fog #CABDF5

Color information

#CABDF5 (or 0xCABDF5) is unknown color: approx Fog. HEX triplet: CA, BD and F5. RGB value is (202,189,245). Sum of RGB (Red+Green+Blue) = 202+189+245=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 245 (96.09% from 255 or 38.52% from 636); Max value from RGB is 245 - color contains mainly: blue. Hex color #CABDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABDF5 is #35420A. Grayscale: #C7C7C7. Windows color (decimal): -3490315 or 16104906. OLE color: 16104906.

HSL color Cylindrical-coordinate representation of color #CABDF5: hue angle of 253.93º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CABDF5 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202189245-
CMYK0.180.2300.04
HSL253.93º73.68%85.1%-
HSV(B)253.93º22.86%96.08%-
XYZ59.0455.5494-
YUV199.27153.81129.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.76%
GREEN value IS 189 (74.22% from 255) = 29.72%
BLUE value IS 245 (96.09% from 255) = 38.52%
R=31.76%
G=29.72%
B=38.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2021892450.180.2300.04253.9373.6885.1
HexCABDF5121704fe4a55
Octal312275365222704376112125
Binary110010101011110111110101100101011101001111111010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDF5; }

 p { color: rgb(202,189,245); }

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

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

 a { background-color: rgb(202,189,245); }

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

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

 span { border-color: rgb(202,189,245); }

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