Html Css Color HEX #CCB7DA Prelude

📋 copy color: '#CCB7DA'

red 204 ◦ green 183 ◦ blue 218

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

Shades of Prelude #CCB7DA

Tints of Prelude #CCB7DA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.25%

 BLUE value IS 218 (85.55% from 255) = 36.03%

R = 33.72%
G = 30.25%
B = 36.03%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCB7DA (or 0xCCB7DA) is known color: Prelude. HEX triplet: CC, B7 and DA. RGB value is (204,183,218). Sum of RGB (Red+Green+Blue) = 204+183+218=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCB7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7DA is #334825. Grayscale: #C1C1C1. Windows color (decimal): -3360806 or 14333900. OLE color: 14333900.

HSL color Cylindrical-coordinate representation of color #CCB7DA: hue angle of 276º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCB7DA is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 183 218 -
CMYK 0.06 0.16 0 0.15
HSL 276º 0.32% 0.79% -
HSV(B) 276º 0.16% 0.85% -
XYZ 54.49 51.77 73.45 -
YUV 193.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 204 183 218 0.06 0.16 0 0.15 276 0.32 0.79
Hex CC B7 DA 6 10 0 F 114 20 4F
Octal 314 267 332 6 20 0 17 424 40 117
Binary 11001100 10110111 11011010 110 10000 0 1111 100010100 100000 1001111

Color Harmonies of #CCB7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB7DA

Black with #CCB7DA

Text Example


Text Example

White with #CCB7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB7DA; }

 p { color: rgb(204,183,218); }

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

background-color css

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

 a { background-color: rgb(204,183,218); }

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

border-color css

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

 span { border-color: rgb(204,183,218); }

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