Html Css Color HEX #CCB4D5 Prelude

📋 copy color: '#CCB4D5'

red 204 ◦ green 180 ◦ blue 213

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

Shades of Prelude #CCB4D5

Tints of Prelude #CCB4D5

RGB

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

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

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

R = 34.17%
G = 30.15%
B = 35.68%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCB4D5 (or 0xCCB4D5) is known color: Prelude. HEX triplet: CC, B4 and D5. RGB value is (204,180,213). Sum of RGB (Red+Green+Blue) = 204+180+213=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 180 (70.70% from 255 or 30.15% from 597); Blue value is 213 (83.59% from 255 or 35.68% from 597); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCB4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4D5 is #334B2A. Grayscale: #BEBEBE. Windows color (decimal): -3361579 or 14005452. OLE color: 14005452.

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

Color convert

RGB 204 180 213 -
CMYK 0.04 0.15 0 0.16
HSL 283.64º 0.28% 0.77% -
HSV(B) 283.64º 0.15% 0.84% -
XYZ 53.23 50.28 69.85 -
YUV 190.94 140.45 137.32 -
System Red Green Blue C M Y K H S L
Decimal 204 180 213 0.04 0.15 0 0.16 283.64 0.28 0.77
Hex CC B4 D5 4 F 0 10 11C 1C 4D
Octal 314 264 325 4 17 0 20 434 34 115
Binary 11001100 10110100 11010101 100 1111 0 10000 100011100 11100 1001101

Color Harmonies of #CCB4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB4D5

Black with #CCB4D5

Text Example


Text Example

White with #CCB4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB4D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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