#CBCAF7

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

Shades of Lavender Blue #CBCAF7

Tints of Lavender Blue #CBCAF7

Color information

#CBCAF7 (or 0xCBCAF7) is unknown color: approx Lavender Blue. HEX triplet: CB, CA and F7. RGB value is (203,202,247). Sum of RGB (Red+Green+Blue) = 203+202+247=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 247 (96.88% from 255 or 37.88% from 652); Max value from RGB is 247 - color contains mainly: blue. Hex color #CBCAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCAF7 is #343508. Grayscale: #CFCFCF. Windows color (decimal): -3421449 or 16239307. OLE color: 16239307.

HSL color Cylindrical-coordinate representation of color #CBCAF7: hue angle of 241.33º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBCAF7 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB203202247-
CMYK0.180.1800.03
HSL241.33º73.77%88.04%-
HSV(B)241.33º18.22%96.86%-
XYZ62.5461.6596.6-
YUV207.43150.33124.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.13%
GREEN value IS 202 (79.30% from 255) = 30.98%
BLUE value IS 247 (96.88% from 255) = 37.88%
R=31.13%
G=30.98%
B=37.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032022470.180.1800.03241.3373.7788.04
HexCBCAF7121203f14a58
Octal313312367222203361112130
Binary11001011110010101111011110010100100111111000110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCAF7; }

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

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

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

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

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

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

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

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