Html Css Color HEX #CCAFD6 Prelude

📋 copy color: '#CCAFD6'

red 204 ◦ green 175 ◦ blue 214

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

Shades of Prelude #CCAFD6

Tints of Prelude #CCAFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.09%

R = 34.4%
G = 29.51%
B = 36.09%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCAFD6 (or 0xCCAFD6) is known color: Prelude. HEX triplet: CC, AF and D6. RGB value is (204,175,214). Sum of RGB (Red+Green+Blue) = 204+175+214=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 214 - color contains mainly: blue. Hex color #CCAFD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFD6 is #335029. Grayscale: #BBBBBB. Windows color (decimal): -3362858 or 14069708. OLE color: 14069708.

HSL color Cylindrical-coordinate representation of color #CCAFD6: hue angle of 284.62º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCAFD6 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 175 214 -
CMYK 0.05 0.18 0 0.16
HSL 284.62º 0.32% 0.76% -
HSV(B) 284.62º 0.18% 0.84% -
XYZ 52.37 48.35 70.19 -
YUV 188.12 142.61 139.33 -
System Red Green Blue C M Y K H S L
Decimal 204 175 214 0.05 0.18 0 0.16 284.62 0.32 0.76
Hex CC AF D6 5 12 0 10 11D 20 4C
Octal 314 257 326 5 22 0 20 435 40 114
Binary 11001100 10101111 11010110 101 10010 0 10000 100011101 100000 1001100

Color Harmonies of #CCAFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAFD6

Black with #CCAFD6

Text Example


Text Example

White with #CCAFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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