Html Css Color HEX #CCC3CE Prelude

📋 copy color: '#CCC3CE'

red 204 ◦ green 195 ◦ blue 206

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

Shades of Prelude #CCC3CE

Tints of Prelude #CCC3CE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.23%

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

R = 33.72%
G = 32.23%
B = 34.05%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CCC3CE (or 0xCCC3CE) is known color: Prelude. HEX triplet: CC, C3 and CE. RGB value is (204,195,206). Sum of RGB (Red+Green+Blue) = 204+195+206=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 195 (76.56% from 255 or 32.23% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCC3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3CE is #333C31. Grayscale: #C6C6C6. Windows color (decimal): -3357746 or 13550540. OLE color: 13550540.

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

Color convert

RGB 204 195 206 -
CMYK 0.01 0.05 0 0.19
HSL 289.09º 0.1% 0.79% -
HSV(B) 289.09º 0.05% 0.81% -
XYZ 55.56 56.32 66.34 -
YUV 198.95 131.98 131.61 -
System Red Green Blue C M Y K H S L
Decimal 204 195 206 0.01 0.05 0 0.19 289.09 0.1 0.79
Hex CC C3 CE 1 5 0 13 121 A 4F
Octal 314 303 316 1 5 0 23 441 12 117
Binary 11001100 11000011 11001110 1 101 0 10011 100100001 1010 1001111

Color Harmonies of #CCC3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC3CE

Black with #CCC3CE

Text Example


Text Example

White with #CCC3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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