Html Css Color HEX #CCC3D5 Prelude

📋 copy color: '#CCC3D5'

red 204 ◦ green 195 ◦ blue 213

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

Shades of Prelude #CCC3D5

Tints of Prelude #CCC3D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.8%

R = 33.33%
G = 31.86%
B = 34.8%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCC3D5 (or 0xCCC3D5) is known color: Prelude. HEX triplet: CC, C3 and D5. RGB value is (204,195,213). Sum of RGB (Red+Green+Blue) = 204+195+213=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 195 (76.56% from 255 or 31.86% from 612); Blue value is 213 (83.59% from 255 or 34.80% from 612); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCC3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3D5 is #333C2A. Grayscale: #C7C7C7. Windows color (decimal): -3357739 or 14009292. OLE color: 14009292.

HSL color Cylindrical-coordinate representation of color #CCC3D5: hue angle of 270º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCC3D5 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 195 213 -
CMYK 0.04 0.08 0 0.16
HSL 270º 0.18% 0.8% -
HSV(B) 270º 0.08% 0.84% -
XYZ 56.43 56.67 70.92 -
YUV 199.74 135.48 131.04 -
System Red Green Blue C M Y K H S L
Decimal 204 195 213 0.04 0.08 0 0.16 270 0.18 0.8
Hex CC C3 D5 4 8 0 10 10E 12 50
Octal 314 303 325 4 10 0 20 416 22 120
Binary 11001100 11000011 11010101 100 1000 0 10000 100001110 10010 1010000

Color Harmonies of #CCC3D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC3D5

Black with #CCC3D5

Text Example


Text Example

White with #CCC3D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC3D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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