#CBCCF7

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

Shades of Lavender Blue #CBCCF7

Tints of Lavender Blue #CBCCF7

Color information

#CBCCF7 (or 0xCBCCF7) is unknown color: approx Lavender Blue. HEX triplet: CB, CC and F7. RGB value is (203,204,247). Sum of RGB (Red+Green+Blue) = 203+204+247=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 247 (96.88% from 255 or 37.77% from 654); Max value from RGB is 247 - color contains mainly: blue. Hex color #CBCCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCCF7 is #343308. Grayscale: #D0D0D0. Windows color (decimal): -3420937 or 16239819. OLE color: 16239819.

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

Color convert

RGB203204247-
CMYK0.180.1700.03
HSL238.64º73.33%88.24%-
HSV(B)238.64º17.81%96.86%-
XYZ63.0162.696.76-
YUV208.6149.67124-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.04%
GREEN value IS 204 (80.08% from 255) = 31.19%
BLUE value IS 247 (96.88% from 255) = 37.77%
R=31.04%
G=31.19%
B=37.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032042470.180.1700.03238.6473.3388.24
HexCBCCF7121103ef4958
Octal313314367222103357111130
Binary11001011110011001111011110010100010111110111110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCCF7; }

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

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

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

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

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

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

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

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