Html Css Color HEX #CCB4D9 Prelude

📋 copy color: '#CCB4D9'

red 204 ◦ green 180 ◦ blue 217

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

Shades of Prelude #CCB4D9

Tints of Prelude #CCB4D9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.95%

 BLUE value IS 217 (85.16% from 255) = 36.11%

R = 33.94%
G = 29.95%
B = 36.11%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCB4D9 (or 0xCCB4D9) is known color: Prelude. HEX triplet: CC, B4 and D9. RGB value is (204,180,217). Sum of RGB (Red+Green+Blue) = 204+180+217=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 217 (85.16% from 255 or 36.11% from 601); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCB4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4D9 is #334B26. Grayscale: #BFBFBF. Windows color (decimal): -3361575 or 14267596. OLE color: 14267596.

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

Color convert

RGB 204 180 217 -
CMYK 0.06 0.17 0 0.15
HSL 278.92º 0.33% 0.78% -
HSV(B) 278.92º 0.17% 0.85% -
XYZ 53.75 50.49 72.56 -
YUV 191.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 204 180 217 0.06 0.17 0 0.15 278.92 0.33 0.78
Hex CC B4 D9 6 11 0 F 117 21 4E
Octal 314 264 331 6 21 0 17 427 41 116
Binary 11001100 10110100 11011001 110 10001 0 1111 100010111 100001 1001110

Color Harmonies of #CCB4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB4D9

Black with #CCB4D9

Text Example


Text Example

White with #CCB4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB4D9; }

 p { color: rgb(204,180,217); }

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

background-color css

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

 a { background-color: rgb(204,180,217); }

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

border-color css

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

 span { border-color: rgb(204,180,217); }

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