#CCBED2

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

Shades of Prelude #CCBED2

Tints of Prelude #CCBED2

Color information

#CCBED2 (or 0xCCBED2) is unknown color: approx Prelude. HEX triplet: CC, BE and D2. RGB value is (204,190,210). Sum of RGB (Red+Green+Blue) = 204+190+210=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCBED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBED2 is #33412D. Grayscale: #C4C4C4. Windows color (decimal): -3359022 or 13811404. OLE color: 13811404.

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

Color convert

RGB204190210-
CMYK0.030.1000.18
HSL282º18.18%78.43%-
HSV(B)282º9.52%82.35%-
XYZ54.9554.3268.56-
YUV196.47135.64133.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.77%
GREEN value IS 190 (74.61% from 255) = 31.46%
BLUE value IS 210 (82.42% from 255) = 34.77%
R=33.77%
G=31.46%
B=34.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041902100.030.1000.1828218.1878.43
HexCCBED23A01211a124e
Octal31427632231202243222116
Binary110011001011111011010010111010010010100011010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBED2; }

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

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

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

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

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

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

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

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