#CBCAFF

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

Shades of Lavender Blue #CBCAFF

Tints of Lavender Blue #CBCAFF

Color information

#CBCAFF (or 0xCBCAFF) is unknown color: approx Lavender Blue. HEX triplet: CB, CA and FF. RGB value is (203,202,255). Sum of RGB (Red+Green+Blue) = 203+202+255=660 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.76% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBCAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCAFF is #343500. Grayscale: #D0D0D0. Windows color (decimal): -3421441 or 16763595. OLE color: 16763595.

HSL color Cylindrical-coordinate representation of color #CBCAFF: hue angle of 241.13º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBCAFF is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB203202255-
CMYK0.200.2100
HSL241.13º100%89.61%-
HSV(B)241.13º20.78%100%-
XYZ63.862.16103.24-
YUV208.34154.33124.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.76%
GREEN value IS 202 (79.30% from 255) = 30.61%
BLUE value IS 255 (100% from 255) = 38.64%
R=30.76%
G=30.61%
B=38.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032022550.200.2100241.1310089.61
HexCBCAFF141500f1645a
Octal313312377242500361144132
Binary1100101111001010111111111010010101001111000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCAFF; }

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

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

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

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

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

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

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

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