#CACCEC

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

Shades of Lavender Blue #CACCEC

Tints of Lavender Blue #CACCEC

Color information

#CACCEC (or 0xCACCEC) is unknown color: approx Lavender Blue. HEX triplet: CA, CC and EC. RGB value is (202,204,236). Sum of RGB (Red+Green+Blue) = 202+204+236=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #CACCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACCEC is #353313. Grayscale: #CECECE. Windows color (decimal): -3486484 or 15518922. OLE color: 15518922.

HSL color Cylindrical-coordinate representation of color #CACCEC: hue angle of 236.47º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CACCEC is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202204236-
CMYK0.140.1400.07
HSL236.47º47.22%85.88%-
HSV(B)236.47º14.41%92.55%-
XYZ61.0961.888.07-
YUV207.05144.34124.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.46%
GREEN value IS 204 (80.08% from 255) = 31.78%
BLUE value IS 236 (92.58% from 255) = 36.76%
R=31.46%
G=31.78%
B=36.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022042360.140.1400.07236.4747.2285.88
HexCACCECEE07ec2f56
Octal31231435416160735457126
Binary110010101100110011101100111011100111111011001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCEC; }

 p { color: rgb(202,204,236); }

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

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

 a { background-color: rgb(202,204,236); }

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

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

 span { border-color: rgb(202,204,236); }

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