Html Css Color HEX #CCAFDA Prelude

📋 copy color: '#CCAFDA'

red 204 ◦ green 175 ◦ blue 218

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

Shades of Prelude #CCAFDA

Tints of Prelude #CCAFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.52%

R = 34.17%
G = 29.31%
B = 36.52%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCAFDA (or 0xCCAFDA) is known color: Prelude. HEX triplet: CC, AF and DA. RGB value is (204,175,218). Sum of RGB (Red+Green+Blue) = 204+175+218=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCAFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFDA is #335025. Grayscale: #BCBCBC. Windows color (decimal): -3362854 or 14331852. OLE color: 14331852.

HSL color Cylindrical-coordinate representation of color #CCAFDA: hue angle of 280.47º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCAFDA is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 175 218 -
CMYK 0.06 0.20 0 0.15
HSL 280.47º 0.37% 0.77% -
HSV(B) 280.47º 0.2% 0.85% -
XYZ 52.89 48.56 72.92 -
YUV 188.57 144.61 139 -
System Red Green Blue C M Y K H S L
Decimal 204 175 218 0.06 0.20 0 0.15 280.47 0.37 0.77
Hex CC AF DA 6 14 0 F 118 25 4D
Octal 314 257 332 6 24 0 17 430 45 115
Binary 11001100 10101111 11011010 110 10100 0 1111 100011000 100101 1001101

Color Harmonies of #CCAFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAFDA

Black with #CCAFDA

Text Example


Text Example

White with #CCAFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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