#CACCEE

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

Shades of Lavender Blue #CACCEE

Tints of Lavender Blue #CACCEE

Color information

#CACCEE (or 0xCACCEE) is unknown color: approx Lavender Blue. HEX triplet: CA, CC and EE. RGB value is (202,204,238). Sum of RGB (Red+Green+Blue) = 202+204+238=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: blue. Hex color #CACCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACCEE is #353311. Grayscale: #CFCFCF. Windows color (decimal): -3486482 or 15649994. OLE color: 15649994.

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

Color convert

RGB202204238-
CMYK0.150.1400.07
HSL236.67º51.43%86.27%-
HSV(B)236.67º15.13%93.33%-
XYZ61.3861.9289.6-
YUV207.28145.34124.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.37%
GREEN value IS 204 (80.08% from 255) = 31.68%
BLUE value IS 238 (93.36% from 255) = 36.96%
R=31.37%
G=31.68%
B=36.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022042380.150.1400.07236.6751.4386.27
HexCACCEEFE07ed3356
Octal31231435617160735563126
Binary110010101100110011101110111111100111111011011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCEE; }

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

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

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

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

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

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

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

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