#CBCAF6

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

Shades of Lavender Blue #CBCAF6

Tints of Lavender Blue #CBCAF6

Color information

#CBCAF6 (or 0xCBCAF6) is unknown color: approx Lavender Blue. HEX triplet: CB, CA and F6. RGB value is (203,202,246). Sum of RGB (Red+Green+Blue) = 203+202+246=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 246 (96.48% from 255 or 37.79% from 651); Max value from RGB is 246 - color contains mainly: blue. Hex color #CBCAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCAF6 is #343509. Grayscale: #CFCFCF. Windows color (decimal): -3421450 or 16173771. OLE color: 16173771.

HSL color Cylindrical-coordinate representation of color #CBCAF6: hue angle of 241.36º degrees, saturation: 0.71, 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 #CBCAF6 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB203202246-
CMYK0.170.1800.04
HSL241.36º70.97%87.84%-
HSV(B)241.36º17.89%96.47%-
XYZ62.3861.5995.79-
YUV207.32149.83124.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.18%
GREEN value IS 202 (79.30% from 255) = 31.03%
BLUE value IS 246 (96.48% from 255) = 37.79%
R=31.18%
G=31.03%
B=37.79%

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
Decimal2032022460.170.1800.04241.3670.9787.84
HexCBCAF6111204f14758
Octal313312366212204361107130
Binary110010111100101011110110100011001001001111000110001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCAF6; }

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

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

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

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

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

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

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

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