Html Css Color HEX #CFAED5 Prelude

📋 copy color: '#CFAED5'

red 207 ◦ green 174 ◦ blue 213

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

Shades of Prelude #CFAED5

Tints of Prelude #CFAED5

RGB

 RED value IS 207 (81.25% from 255) = 34.85%

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

 BLUE value IS 213 (83.59% from 255) = 35.86%

R = 34.85%
G = 29.29%
B = 35.86%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CFAED5 (or 0xCFAED5) is known color: Prelude. HEX triplet: CF, AE and D5. RGB value is (207,174,213). Sum of RGB (Red+Green+Blue) = 207+174+213=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 213 - color contains mainly: blue. Hex color #CFAED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAED5 is #30512A. Grayscale: #BCBCBC. Windows color (decimal): -3166507 or 14003919. OLE color: 14003919.

HSL color Cylindrical-coordinate representation of color #CFAED5: hue angle of 290.77º 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 #CFAED5 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 174 213 -
CMYK 0.03 0.18 0 0.16
HSL 290.77º 0.32% 0.76% -
HSV(B) 290.77º 0.18% 0.84% -
XYZ 52.88 48.34 69.49 -
YUV 188.31 141.93 141.33 -
System Red Green Blue C M Y K H S L
Decimal 207 174 213 0.03 0.18 0 0.16 290.77 0.32 0.76
Hex CF AE D5 3 12 0 10 123 20 4C
Octal 317 256 325 3 22 0 20 443 40 114
Binary 11001111 10101110 11010101 11 10010 0 10000 100100011 100000 1001100

Color Harmonies of #CFAED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAED5

Black with #CFAED5

Text Example


Text Example

White with #CFAED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAED5; }

 p { color: rgb(207,174,213); }

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

background-color css

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

 a { background-color: rgb(207,174,213); }

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

border-color css

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

 span { border-color: rgb(207,174,213); }

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