Html Css Color HEX #CCC2D5 Prelude

📋 copy color: '#CCC2D5'

red 204 ◦ green 194 ◦ blue 213

#CCC2D5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prelude #CCC2D5

Tints of Prelude #CCC2D5

RGB

 RED value IS 204 (80.08% from 255) = 33.39%

 GREEN value IS 194 (76.17% from 255) = 31.75%

 BLUE value IS 213 (83.59% from 255) = 34.86%

R = 33.39%
G = 31.75%
B = 34.86%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCC2D5 (or 0xCCC2D5) is known color: Prelude. HEX triplet: CC, C2 and D5. RGB value is (204,194,213). Sum of RGB (Red+Green+Blue) = 204+194+213=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 213 (83.59% from 255 or 34.86% from 611); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCC2D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2D5 is #333D2A. Grayscale: #C7C7C7. Windows color (decimal): -3357995 or 14009036. OLE color: 14009036.

HSL color Cylindrical-coordinate representation of color #CCC2D5: hue angle of 271.58º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCC2D5 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 194 213 -
CMYK 0.04 0.09 0 0.16
HSL 271.58º 0.18% 0.8% -
HSV(B) 271.58º 0.09% 0.84% -
XYZ 56.2 56.23 70.84 -
YUV 199.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 204 194 213 0.04 0.09 0 0.16 271.58 0.18 0.8
Hex CC C2 D5 4 9 0 10 110 12 50
Octal 314 302 325 4 11 0 20 420 22 120
Binary 11001100 11000010 11010101 100 1001 0 10000 100010000 10010 1010000

Color Harmonies of #CCC2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC2D5

Black with #CCC2D5

Text Example


Text Example

White with #CCC2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC2D5; }

 p { color: rgb(204,194,213); }

 H1.HeaderClassName
 {
   color: #CCC2D5;
 }
 .AnyTagClassName
 {
   color: #CCC2D5;
 }
</style>

background-color css

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

 a { background-color: rgb(204,194,213); }

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

border-color css

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

 span { border-color: rgb(204,194,213); }

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