Html Css Color HEX #CCAEDA Prelude

📋 copy color: '#CCAEDA'

red 204 ◦ green 174 ◦ blue 218

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

Shades of Prelude #CCAEDA

Tints of Prelude #CCAEDA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.19%

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

R = 34.23%
G = 29.19%
B = 36.58%

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

#CCAEDA (or 0xCCAEDA) is known color: Prelude. HEX triplet: CC, AE and DA. RGB value is (204,174,218). Sum of RGB (Red+Green+Blue) = 204+174+218=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCAEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEDA is #335125. Grayscale: #BBBBBB. Windows color (decimal): -3363110 or 14331596. OLE color: 14331596.

HSL color Cylindrical-coordinate representation of color #CCAEDA: hue angle of 280.91º 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 #CCAEDA is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 174 218 -
CMYK 0.06 0.20 0 0.15
HSL 280.91º 0.37% 0.77% -
HSV(B) 280.91º 0.2% 0.85% -
XYZ 52.69 48.17 72.85 -
YUV 187.99 144.94 139.42 -
System Red Green Blue C M Y K H S L
Decimal 204 174 218 0.06 0.20 0 0.15 280.91 0.37 0.77
Hex CC AE DA 6 14 0 F 119 25 4D
Octal 314 256 332 6 24 0 17 431 45 115
Binary 11001100 10101110 11011010 110 10100 0 1111 100011001 100101 1001101

Color Harmonies of #CCAEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAEDA

Black with #CCAEDA

Text Example


Text Example

White with #CCAEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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