#CBCAF1

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

Shades of Lavender Blue #CBCAF1

Tints of Lavender Blue #CBCAF1

Color information

#CBCAF1 (or 0xCBCAF1) is unknown color: approx Lavender Blue. HEX triplet: CB, CA and F1. RGB value is (203,202,241). Sum of RGB (Red+Green+Blue) = 203+202+241=646 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.42% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBCAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCAF1 is #34350E. Grayscale: #CECECE. Windows color (decimal): -3421455 or 15846091. OLE color: 15846091.

HSL color Cylindrical-coordinate representation of color #CBCAF1: hue angle of 241.54º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBCAF1 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203202241-
CMYK0.160.1600.05
HSL241.54º58.21%86.86%-
HSV(B)241.54º16.18%94.51%-
XYZ61.6361.2991.8-
YUV206.74147.33125.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.42%
GREEN value IS 202 (79.30% from 255) = 31.27%
BLUE value IS 241 (94.53% from 255) = 37.31%
R=31.42%
G=31.27%
B=37.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032022410.160.1600.05241.5458.2186.86
HexCBCAF1101005f23a57
Octal31331236120200536272127
Binary11001011110010101111000110000100000101111100101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCAF1; }

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

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

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

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

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

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

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

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