Html Css Color HEX #CCB9DE Prelude

📋 copy color: '#CCB9DE'

red 204 ◦ green 185 ◦ blue 222

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

Shades of Prelude #CCB9DE

Tints of Prelude #CCB9DE

RGB

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

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

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

R = 33.39%
G = 30.28%
B = 36.33%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCB9DE (or 0xCCB9DE) is known color: Prelude. HEX triplet: CC, B9 and DE. RGB value is (204,185,222). Sum of RGB (Red+Green+Blue) = 204+185+222=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCB9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB9DE is #334621. Grayscale: #C2C2C2. Windows color (decimal): -3360290 or 14596556. OLE color: 14596556.

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

Color convert

RGB 204 185 222 -
CMYK 0.08 0.17 0 0.13
HSL 270.81º 0.36% 0.8% -
HSV(B) 270.81º 0.17% 0.87% -
XYZ 55.44 52.81 76.38 -
YUV 194.9 143.29 134.49 -
System Red Green Blue C M Y K H S L
Decimal 204 185 222 0.08 0.17 0 0.13 270.81 0.36 0.8
Hex CC B9 DE 8 11 0 D 10F 24 50
Octal 314 271 336 10 21 0 15 417 44 120
Binary 11001100 10111001 11011110 1000 10001 0 1101 100001111 100100 1010000

Color Harmonies of #CCB9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB9DE

Black with #CCB9DE

Text Example


Text Example

White with #CCB9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB9DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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