Html Css Color HEX #CCC3CF Prelude

📋 copy color: '#CCC3CF'

red 204 ◦ green 195 ◦ blue 207

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

Shades of Prelude #CCC3CF

Tints of Prelude #CCC3CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.16%

R = 33.66%
G = 32.18%
B = 34.16%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CCC3CF (or 0xCCC3CF) is known color: Prelude. HEX triplet: CC, C3 and CF. RGB value is (204,195,207). Sum of RGB (Red+Green+Blue) = 204+195+207=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 195 (76.56% from 255 or 32.18% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCC3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3CF is #333C30. Grayscale: #C7C7C7. Windows color (decimal): -3357745 or 13616076. OLE color: 13616076.

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

Color convert

RGB 204 195 207 -
CMYK 0.01 0.06 0 0.19
HSL 285º 0.11% 0.79% -
HSV(B) 285º 0.06% 0.81% -
XYZ 55.68 56.37 66.98 -
YUV 199.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 204 195 207 0.01 0.06 0 0.19 285 0.11 0.79
Hex CC C3 CF 1 6 0 13 11D B 4F
Octal 314 303 317 1 6 0 23 435 13 117
Binary 11001100 11000011 11001111 1 110 0 10011 100011101 1011 1001111

Color Harmonies of #CCC3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC3CF

Black with #CCC3CF

Text Example


Text Example

White with #CCC3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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