#CBCCF5

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

Shades of Lavender Blue #CBCCF5

Tints of Lavender Blue #CBCCF5

Color information

#CBCCF5 (or 0xCBCCF5) is unknown color: approx Lavender Blue. HEX triplet: CB, CC and F5. RGB value is (203,204,245). Sum of RGB (Red+Green+Blue) = 203+204+245=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 245 (96.09% from 255 or 37.58% from 652); Max value from RGB is 245 - color contains mainly: blue. Hex color #CBCCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCCF5 is #34330A. Grayscale: #D0D0D0. Windows color (decimal): -3420939 or 16108747. OLE color: 16108747.

HSL color Cylindrical-coordinate representation of color #CBCCF5: hue angle of 238.57º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBCCF5 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB203204245-
CMYK0.170.1700.04
HSL238.57º67.74%87.84%-
HSV(B)238.57º17.14%96.08%-
XYZ62.762.4795.14-
YUV208.38148.67124.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.13%
GREEN value IS 204 (80.08% from 255) = 31.29%
BLUE value IS 245 (96.09% from 255) = 37.58%
R=31.13%
G=31.29%
B=37.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032042450.170.1700.04238.5767.7487.84
HexCBCCF5111104ef4458
Octal313314365212104357104130
Binary110010111100110011110101100011000101001110111110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCCF5; }

 p { color: rgb(203,204,245); }

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

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

 a { background-color: rgb(203,204,245); }

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

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

 span { border-color: rgb(203,204,245); }

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