#CDCFF2

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

Shades of Lavender Blue #CDCFF2

Tints of Lavender Blue #CDCFF2

Color information

#CDCFF2 (or 0xCDCFF2) is unknown color: approx Lavender Blue. HEX triplet: CD, CF and F2. RGB value is (205,207,242). Sum of RGB (Red+Green+Blue) = 205+207+242=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDCFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCFF2 is #32300D. Grayscale: #D2D2D2. Windows color (decimal): -3289102 or 15912909. OLE color: 15912909.

HSL color Cylindrical-coordinate representation of color #CDCFF2: hue angle of 236.76º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDCFF2 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205207242-
CMYK0.150.1400.05
HSL236.76º58.73%87.65%-
HSV(B)236.76º15.29%94.9%-
XYZ63.5264.0293.01-
YUV210.39145.84124.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.35%
GREEN value IS 207 (81.25% from 255) = 31.65%
BLUE value IS 242 (94.92% from 255) = 37.00%
R=31.35%
G=31.65%
B=37.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052072420.150.1400.05236.7658.7387.65
HexCDCFF2FE05ed3b58
Octal31531736217160535573130
Binary110011011100111111110010111111100101111011011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCFF2; }

 p { color: rgb(205,207,242); }

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

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

 a { background-color: rgb(205,207,242); }

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

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

 span { border-color: rgb(205,207,242); }

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