Html Css Color HEX #CCAFDB Prelude

📋 copy color: '#CCAFDB'

red 204 ◦ green 175 ◦ blue 219

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

Shades of Prelude #CCAFDB

Tints of Prelude #CCAFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.26%

 BLUE value IS 219 (85.94% from 255) = 36.62%

R = 34.11%
G = 29.26%
B = 36.62%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCAFDB (or 0xCCAFDB) is known color: Prelude. HEX triplet: CC, AF and DB. RGB value is (204,175,219). Sum of RGB (Red+Green+Blue) = 204+175+219=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCAFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFDB is #335024. Grayscale: #BCBCBC. Windows color (decimal): -3362853 or 14397388. OLE color: 14397388.

HSL color Cylindrical-coordinate representation of color #CCAFDB: hue angle of 279.55º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCAFDB is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 175 219 -
CMYK 0.07 0.20 0 0.14
HSL 279.55º 0.38% 0.77% -
HSV(B) 279.55º 0.2% 0.86% -
XYZ 53.02 48.61 73.61 -
YUV 188.69 145.11 138.92 -
System Red Green Blue C M Y K H S L
Decimal 204 175 219 0.07 0.20 0 0.14 279.55 0.38 0.77
Hex CC AF DB 7 14 0 E 118 26 4D
Octal 314 257 333 7 24 0 16 430 46 115
Binary 11001100 10101111 11011011 111 10100 0 1110 100011000 100110 1001101

Color Harmonies of #CCAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAFDB

Black with #CCAFDB

Text Example


Text Example

White with #CCAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAFDB; }

 p { color: rgb(204,175,219); }

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

background-color css

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

 a { background-color: rgb(204,175,219); }

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

border-color css

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

 span { border-color: rgb(204,175,219); }

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