Html Css Color HEX #CCB9DA Prelude

📋 copy color: '#CCB9DA'

red 204 ◦ green 185 ◦ blue 218

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

Shades of Prelude #CCB9DA

Tints of Prelude #CCB9DA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.48%

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

R = 33.61%
G = 30.48%
B = 35.91%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCB9DA (or 0xCCB9DA) is known color: Prelude. HEX triplet: CC, B9 and DA. RGB value is (204,185,218). Sum of RGB (Red+Green+Blue) = 204+185+218=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCB9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB9DA is #334625. Grayscale: #C2C2C2. Windows color (decimal): -3360294 or 14334412. OLE color: 14334412.

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

Color convert

RGB 204 185 218 -
CMYK 0.06 0.15 0 0.15
HSL 274.55º 0.31% 0.79% -
HSV(B) 274.55º 0.15% 0.85% -
XYZ 54.91 52.6 73.59 -
YUV 194.44 141.29 134.82 -
System Red Green Blue C M Y K H S L
Decimal 204 185 218 0.06 0.15 0 0.15 274.55 0.31 0.79
Hex CC B9 DA 6 F 0 F 113 1F 4F
Octal 314 271 332 6 17 0 17 423 37 117
Binary 11001100 10111001 11011010 110 1111 0 1111 100010011 11111 1001111

Color Harmonies of #CCB9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB9DA

Black with #CCB9DA

Text Example


Text Example

White with #CCB9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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