Html Css Color HEX #CCB4DE Prelude

📋 copy color: '#CCB4DE'

red 204 ◦ green 180 ◦ blue 222

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

Shades of Prelude #CCB4DE

Tints of Prelude #CCB4DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.63%

R = 33.66%
G = 29.7%
B = 36.63%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCB4DE (or 0xCCB4DE) is known color: Prelude. HEX triplet: CC, B4 and DE. RGB value is (204,180,222). Sum of RGB (Red+Green+Blue) = 204+180+222=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 180 (70.70% from 255 or 29.70% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCB4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4DE is #334B21. Grayscale: #BFBFBF. Windows color (decimal): -3361570 or 14595276. OLE color: 14595276.

HSL color Cylindrical-coordinate representation of color #CCB4DE: hue angle of 274.29º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCB4DE is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 180 222 -
CMYK 0.08 0.19 0 0.13
HSL 274.29º 0.39% 0.79% -
HSV(B) 274.29º 0.19% 0.87% -
XYZ 54.41 50.75 76.04 -
YUV 191.96 144.95 136.58 -
System Red Green Blue C M Y K H S L
Decimal 204 180 222 0.08 0.19 0 0.13 274.29 0.39 0.79
Hex CC B4 DE 8 13 0 D 112 27 4F
Octal 314 264 336 10 23 0 15 422 47 117
Binary 11001100 10110100 11011110 1000 10011 0 1101 100010010 100111 1001111

Color Harmonies of #CCB4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB4DE

Black with #CCB4DE

Text Example


Text Example

White with #CCB4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB4DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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