#CCB4D2

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

Shades of Prelude #CCB4D2

Tints of Prelude #CCB4D2

Color information

#CCB4D2 (or 0xCCB4D2) is unknown color: approx Prelude. HEX triplet: CC, B4 and D2. RGB value is (204,180,210). Sum of RGB (Red+Green+Blue) = 204+180+210=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 210 (82.42% from 255 or 35.35% from 594); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCB4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4D2 is #334B2D. Grayscale: #BEBEBE. Windows color (decimal): -3361582 or 13808844. OLE color: 13808844.

HSL color Cylindrical-coordinate representation of color #CCB4D2: hue angle of 288º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCB4D2 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB204180210-
CMYK0.030.1400.18
HSL288º25%76.47%-
HSV(B)288º14.29%82.35%-
XYZ52.8650.1367.86-
YUV190.6138.95137.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.34%
GREEN value IS 180 (70.70% from 255) = 30.30%
BLUE value IS 210 (82.42% from 255) = 35.35%
R=34.34%
G=30.30%
B=35.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041802100.030.1400.182882576.47
HexCCB4D23E012120194c
Octal31426432231602244031114
Binary110011001011010011010010111110010010100100000110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB4D2; }

 p { color: rgb(204,180,210); }

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

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

 a { background-color: rgb(204,180,210); }

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

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

 span { border-color: rgb(204,180,210); }

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