Html Css Color HEX #CCB9D8 Prelude

📋 copy color: '#CCB9D8'

red 204 ◦ green 185 ◦ blue 216

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

Shades of Prelude #CCB9D8

Tints of Prelude #CCB9D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.7%

R = 33.72%
G = 30.58%
B = 35.7%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCB9D8 (or 0xCCB9D8) is known color: Prelude. HEX triplet: CC, B9 and D8. RGB value is (204,185,216). Sum of RGB (Red+Green+Blue) = 204+185+216=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCB9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB9D8 is #334627. Grayscale: #C2C2C2. Windows color (decimal): -3360296 or 14203340. OLE color: 14203340.

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

Color convert

RGB 204 185 216 -
CMYK 0.06 0.14 0 0.15
HSL 276.77º 0.28% 0.79% -
HSV(B) 276.77º 0.14% 0.85% -
XYZ 54.65 52.49 72.22 -
YUV 194.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 204 185 216 0.06 0.14 0 0.15 276.77 0.28 0.79
Hex CC B9 D8 6 E 0 F 115 1C 4F
Octal 314 271 330 6 16 0 17 425 34 117
Binary 11001100 10111001 11011000 110 1110 0 1111 100010101 11100 1001111

Color Harmonies of #CCB9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB9D8

Black with #CCB9D8

Text Example


Text Example

White with #CCB9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB9D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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