#CACDFF

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

Shades of Lavender Blue #CACDFF

Tints of Lavender Blue #CACDFF

Color information

#CACDFF (or 0xCACDFF) is unknown color: approx Lavender Blue. HEX triplet: CA, CD and FF. RGB value is (202,205,255). Sum of RGB (Red+Green+Blue) = 202+205+255=662 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.51% from 662); Green value is 205 (80.47% from 255 or 30.97% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #CACDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACDFF is #353200. Grayscale: #D1D1D1. Windows color (decimal): -3486209 or 16764362. OLE color: 16764362.

HSL color Cylindrical-coordinate representation of color #CACDFF: hue angle of 236.6º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CACDFF is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202205255-
CMYK0.210.2000
HSL236.6º100%89.61%-
HSV(B)236.6º20.78%100%-
XYZ64.2463.44103.47-
YUV209.8153.51122.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.51%
GREEN value IS 205 (80.47% from 255) = 30.97%
BLUE value IS 255 (100% from 255) = 38.52%
R=30.51%
G=30.97%
B=38.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022052550.210.2000236.610089.61
HexCACDFF151400ed645a
Octal312315377252400355144132
Binary1100101011001101111111111010110100001110110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDFF; }

 p { color: rgb(202,205,255); }

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

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

 a { background-color: rgb(202,205,255); }

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

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

 span { border-color: rgb(202,205,255); }

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