Html Css Color HEX #CCC7CE Prelude

📋 copy color: '#CCC7CE'

red 204 ◦ green 199 ◦ blue 206

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

Shades of Prelude #CCC7CE

Tints of Prelude #CCC7CE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.68%

 BLUE value IS 206 (80.86% from 255) = 33.83%

R = 33.5%
G = 32.68%
B = 33.83%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CCC7CE (or 0xCCC7CE) is known color: Prelude. HEX triplet: CC, C7 and CE. RGB value is (204,199,206). Sum of RGB (Red+Green+Blue) = 204+199+206=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 199 (78.12% from 255 or 32.68% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCC7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7CE is #333831. Grayscale: #C9C9C9. Windows color (decimal): -3356722 or 13551564. OLE color: 13551564.

HSL color Cylindrical-coordinate representation of color #CCC7CE: hue angle of 282.86º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCC7CE is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 199 206 -
CMYK 0.01 0.03 0 0.19
HSL 282.86º 0.07% 0.79% -
HSV(B) 282.86º 0.03% 0.81% -
XYZ 56.47 58.14 66.64 -
YUV 201.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 204 199 206 0.01 0.03 0 0.19 282.86 0.07 0.79
Hex CC C7 CE 1 3 0 13 11B 7 4F
Octal 314 307 316 1 3 0 23 433 7 117
Binary 11001100 11000111 11001110 1 11 0 10011 100011011 111 1001111

Color Harmonies of #CCC7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC7CE

Black with #CCC7CE

Text Example


Text Example

White with #CCC7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC7CE; }

 p { color: rgb(204,199,206); }

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

background-color css

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

 a { background-color: rgb(204,199,206); }

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

border-color css

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

 span { border-color: rgb(204,199,206); }

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