#CAD4FC

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

Shades of Lavender Blue #CAD4FC

Tints of Lavender Blue #CAD4FC

Color information

#CAD4FC (or 0xCAD4FC) is unknown color: approx Lavender Blue. HEX triplet: CA, D4 and FC. RGB value is (202,212,252). Sum of RGB (Red+Green+Blue) = 202+212+252=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 212 (83.20% from 255 or 31.83% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #CAD4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD4FC is #352B03. Grayscale: #D5D5D5. Windows color (decimal): -3484420 or 16569546. OLE color: 16569546.

HSL color Cylindrical-coordinate representation of color #CAD4FC: hue angle of 228º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAD4FC is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202212252-
CMYK0.200.1600.01
HSL228º89.29%89.02%-
HSV(B)228º19.84%98.82%-
XYZ65.4766.67101.51-
YUV213.57149.69119.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.33%
GREEN value IS 212 (83.20% from 255) = 31.83%
BLUE value IS 252 (98.83% from 255) = 37.84%
R=30.33%
G=31.83%
B=37.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022122520.200.1600.0122889.2989.02
HexCAD4FC141001e45959
Octal312324374242001344131131
Binary1100101011010100111111001010010000011110010010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD4FC; }

 p { color: rgb(202,212,252); }

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

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

 a { background-color: rgb(202,212,252); }

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

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

 span { border-color: rgb(202,212,252); }

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