#CDCCF4

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

Shades of Lavender Blue #CDCCF4

Tints of Lavender Blue #CDCCF4

Color information

#CDCCF4 (or 0xCDCCF4) is unknown color: approx Lavender Blue. HEX triplet: CD, CC and F4. RGB value is (205,204,244). Sum of RGB (Red+Green+Blue) = 205+204+244=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 244 (95.70% from 255 or 37.37% from 653); Max value from RGB is 244 - color contains mainly: blue. Hex color #CDCCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCCF4 is #32330B. Grayscale: #D0D0D0. Windows color (decimal): -3289868 or 16043213. OLE color: 16043213.

HSL color Cylindrical-coordinate representation of color #CDCCF4: hue angle of 241.5º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDCCF4 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205204244-
CMYK0.160.1600.04
HSL241.5º64.52%87.84%-
HSV(B)241.5º16.39%95.69%-
XYZ63.162.794.36-
YUV208.86147.83125.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.39%
GREEN value IS 204 (80.08% from 255) = 31.24%
BLUE value IS 244 (95.70% from 255) = 37.37%
R=31.39%
G=31.24%
B=37.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052042440.160.1600.04241.564.5287.84
HexCDCCF4101004f24158
Octal315314364202004362101130
Binary110011011100110011110100100001000001001111001010000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCF4; }

 p { color: rgb(205,204,244); }

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

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

 a { background-color: rgb(205,204,244); }

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

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

 span { border-color: rgb(205,204,244); }

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