#CBCAF5

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

Shades of Lavender Blue #CBCAF5

Tints of Lavender Blue #CBCAF5

Color information

#CBCAF5 (or 0xCBCAF5) is unknown color: approx Lavender Blue. HEX triplet: CB, CA and F5. RGB value is (203,202,245). Sum of RGB (Red+Green+Blue) = 203+202+245=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 245 (96.09% from 255 or 37.69% from 650); Max value from RGB is 245 - color contains mainly: blue. Hex color #CBCAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCAF5 is #34350A. Grayscale: #CFCFCF. Windows color (decimal): -3421451 or 16108235. OLE color: 16108235.

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

Color convert

RGB203202245-
CMYK0.170.1800.04
HSL241.4º68.25%87.65%-
HSV(B)241.4º17.55%96.08%-
XYZ62.2361.5394.98-
YUV207.2149.33125-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.23%
GREEN value IS 202 (79.30% from 255) = 31.08%
BLUE value IS 245 (96.09% from 255) = 37.69%
R=31.23%
G=31.08%
B=37.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032022450.170.1800.04241.468.2587.65
HexCBCAF5111204f14458
Octal313312365212204361104130
Binary110010111100101011110101100011001001001111000110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCAF5; }

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

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

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

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

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

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

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

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