Html Css Color HEX #CCC5D1 Prelude

📋 copy color: '#CCC5D1'

red 204 ◦ green 197 ◦ blue 209

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

Shades of Prelude #CCC5D1

Tints of Prelude #CCC5D1

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.3%

 BLUE value IS 209 (82.03% from 255) = 34.26%

R = 33.44%
G = 32.3%
B = 34.26%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CCC5D1 (or 0xCCC5D1) is known color: Prelude. HEX triplet: CC, C5 and D1. RGB value is (204,197,209). Sum of RGB (Red+Green+Blue) = 204+197+209=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 197 (77.34% from 255 or 32.30% from 610); Blue value is 209 (82.03% from 255 or 34.26% from 610); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCC5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5D1 is #333A2E. Grayscale: #C8C8C8. Windows color (decimal): -3357231 or 13747660. OLE color: 13747660.

HSL color Cylindrical-coordinate representation of color #CCC5D1: hue angle of 275º degrees, saturation: 0.12, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCC5D1 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 197 209 -
CMYK 0.02 0.06 0 0.18
HSL 275º 0.12% 0.8% -
HSV(B) 275º 0.06% 0.82% -
XYZ 56.38 57.37 68.42 -
YUV 200.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 204 197 209 0.02 0.06 0 0.18 275 0.12 0.8
Hex CC C5 D1 2 6 0 12 113 C 50
Octal 314 305 321 2 6 0 22 423 14 120
Binary 11001100 11000101 11010001 10 110 0 10010 100010011 1100 1010000

Color Harmonies of #CCC5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC5D1

Black with #CCC5D1

Text Example


Text Example

White with #CCC5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC5D1; }

 p { color: rgb(204,197,209); }

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

background-color css

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

 a { background-color: rgb(204,197,209); }

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

border-color css

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

 span { border-color: rgb(204,197,209); }

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