#CBCAFA

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

Shades of Lavender Blue #CBCAFA

Tints of Lavender Blue #CBCAFA

Color information

#CBCAFA (or 0xCBCAFA) is unknown color: approx Lavender Blue. HEX triplet: CB, CA and FA. RGB value is (203,202,250). Sum of RGB (Red+Green+Blue) = 203+202+250=655 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.99% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBCAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCAFA is #343505. Grayscale: #CFCFCF. Windows color (decimal): -3421446 or 16435915. OLE color: 16435915.

HSL color Cylindrical-coordinate representation of color #CBCAFA: hue angle of 241.25º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBCAFA is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203202250-
CMYK0.190.1900.02
HSL241.25º82.76%88.63%-
HSV(B)241.25º19.2%98.04%-
XYZ6361.8499.06-
YUV207.77151.83124.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.99%
GREEN value IS 202 (79.30% from 255) = 30.84%
BLUE value IS 250 (98.05% from 255) = 38.17%
R=30.99%
G=30.84%
B=38.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032022500.190.1900.02241.2582.7688.63
HexCBCAFA131302f15359
Octal313312372232302361123131
Binary11001011110010101111101010011100110101111000110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCAFA; }

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

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

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

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

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

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

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

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