Html Css Color HEX #CCC6D0 Prelude

📋 copy color: '#CCC6D0'

red 204 ◦ green 198 ◦ blue 208

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

Shades of Prelude #CCC6D0

Tints of Prelude #CCC6D0

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.46%

 BLUE value IS 208 (81.64% from 255) = 34.1%

R = 33.44%
G = 32.46%
B = 34.1%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CCC6D0 (or 0xCCC6D0) is known color: Prelude. HEX triplet: CC, C6 and D0. RGB value is (204,198,208). Sum of RGB (Red+Green+Blue) = 204+198+208=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 198 (77.73% from 255 or 32.46% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCC6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6D0 is #33392F. Grayscale: #C8C8C8. Windows color (decimal): -3356976 or 13682380. OLE color: 13682380.

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

Color convert

RGB 204 198 208 -
CMYK 0.02 0.05 0 0.18
HSL 276º 0.1% 0.8% -
HSV(B) 276º 0.05% 0.82% -
XYZ 56.48 57.78 67.85 -
YUV 200.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 204 198 208 0.02 0.05 0 0.18 276 0.1 0.8
Hex CC C6 D0 2 5 0 12 114 A 50
Octal 314 306 320 2 5 0 22 424 12 120
Binary 11001100 11000110 11010000 10 101 0 10010 100010100 1010 1010000

Color Harmonies of #CCC6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC6D0

Black with #CCC6D0

Text Example


Text Example

White with #CCC6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC6D0; }

 p { color: rgb(204,198,208); }

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

background-color css

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

 a { background-color: rgb(204,198,208); }

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

border-color css

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

 span { border-color: rgb(204,198,208); }

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