#CDCAF4

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

Shades of Lavender Blue #CDCAF4

Tints of Lavender Blue #CDCAF4

Color information

#CDCAF4 (or 0xCDCAF4) is unknown color: approx Lavender Blue. HEX triplet: CD, CA and F4. RGB value is (205,202,244). Sum of RGB (Red+Green+Blue) = 205+202+244=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 244 (95.70% from 255 or 37.48% from 651); Max value from RGB is 244 - color contains mainly: blue. Hex color #CDCAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCAF4 is #32350B. Grayscale: #CFCFCF. Windows color (decimal): -3290380 or 16042701. OLE color: 16042701.

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

Color convert

RGB205202244-
CMYK0.160.1700.04
HSL244.29º65.62%87.45%-
HSV(B)244.29º17.21%95.69%-
XYZ62.6361.7594.21-
YUV207.68148.49126.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.49%
GREEN value IS 202 (79.30% from 255) = 31.03%
BLUE value IS 244 (95.70% from 255) = 37.48%
R=31.49%
G=31.03%
B=37.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052022440.160.1700.04244.2965.6287.45
HexCDCAF4101104f44257
Octal315312364202104364102127
Binary110011011100101011110100100001000101001111010010000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCAF4; }

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

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

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

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

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

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

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

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