#CCBED4

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

Shades of Prelude #CCBED4

Tints of Prelude #CCBED4

Color information

#CCBED4 (or 0xCCBED4) is unknown color: approx Prelude. HEX triplet: CC, BE and D4. RGB value is (204,190,212). Sum of RGB (Red+Green+Blue) = 204+190+212=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 212 - color contains mainly: blue. Hex color #CCBED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBED4 is #33412B. Grayscale: #C4C4C4. Windows color (decimal): -3359020 or 13942476. OLE color: 13942476.

HSL color Cylindrical-coordinate representation of color #CCBED4: hue angle of 278.18º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCBED4 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB204190212-
CMYK0.040.1000.17
HSL278.18º20.37%78.82%-
HSV(B)278.18º10.38%83.14%-
XYZ55.254.4269.88-
YUV196.69136.64133.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.66%
GREEN value IS 190 (74.61% from 255) = 31.35%
BLUE value IS 212 (83.20% from 255) = 34.98%
R=33.66%
G=31.35%
B=34.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2041902120.040.1000.17278.1820.3778.82
HexCCBED44A011116144f
Octal31427632441202142624117
Binary1100110010111110110101001001010010001100010110101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBED4; }

 p { color: rgb(204,190,212); }

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

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

 a { background-color: rgb(204,190,212); }

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

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

 span { border-color: rgb(204,190,212); }

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