Html Css Color HEX #CCBCD5 Prelude

📋 copy color: '#CCBCD5'

red 204 ◦ green 188 ◦ blue 213

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

Shades of Prelude #CCBCD5

Tints of Prelude #CCBCD5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.07%

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

R = 33.72%
G = 31.07%
B = 35.21%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCBCD5 (or 0xCCBCD5) is known color: Prelude. HEX triplet: CC, BC and D5. RGB value is (204,188,213). Sum of RGB (Red+Green+Blue) = 204+188+213=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCBCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCD5 is #33432A. Grayscale: #C3C3C3. Windows color (decimal): -3359531 or 14007500. OLE color: 14007500.

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

Color convert

RGB 204 188 213 -
CMYK 0.04 0.12 0 0.16
HSL 278.4º 0.23% 0.79% -
HSV(B) 278.4º 0.12% 0.84% -
XYZ 54.9 53.61 70.4 -
YUV 195.63 137.8 133.97 -
System Red Green Blue C M Y K H S L
Decimal 204 188 213 0.04 0.12 0 0.16 278.4 0.23 0.79
Hex CC BC D5 4 C 0 10 116 17 4F
Octal 314 274 325 4 14 0 20 426 27 117
Binary 11001100 10111100 11010101 100 1100 0 10000 100010110 10111 1001111

Color Harmonies of #CCBCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBCD5

Black with #CCBCD5

Text Example


Text Example

White with #CCBCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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