Html Css Color HEX #CFADE0 Prelude

📋 copy color: '#CFADE0'

red 207 ◦ green 173 ◦ blue 224

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

Shades of Prelude #CFADE0

Tints of Prelude #CFADE0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.64%

 BLUE value IS 224 (87.89% from 255) = 37.09%

R = 34.27%
G = 28.64%
B = 37.09%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CFADE0 (or 0xCFADE0) is known color: Prelude. HEX triplet: CF, AD and E0. RGB value is (207,173,224). Sum of RGB (Red+Green+Blue) = 207+173+224=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 224 - color contains mainly: blue. Hex color #CFADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADE0 is #30521F. Grayscale: #BCBCBC. Windows color (decimal): -3166752 or 14724559. OLE color: 14724559.

HSL color Cylindrical-coordinate representation of color #CFADE0: hue angle of 280º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFADE0 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 173 224 -
CMYK 0.08 0.23 0 0.12
HSL 280º 0.45% 0.78% -
HSV(B) 280º 0.23% 0.88% -
XYZ 54.13 48.53 77.04 -
YUV 188.98 147.76 140.85 -
System Red Green Blue C M Y K H S L
Decimal 207 173 224 0.08 0.23 0 0.12 280 0.45 0.78
Hex CF AD E0 8 17 0 C 118 2D 4E
Octal 317 255 340 10 27 0 14 430 55 116
Binary 11001111 10101101 11100000 1000 10111 0 1100 100011000 101101 1001110

Color Harmonies of #CFADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFADE0

Black with #CFADE0

Text Example


Text Example

White with #CFADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFADE0; }

 p { color: rgb(207,173,224); }

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

background-color css

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

 a { background-color: rgb(207,173,224); }

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

border-color css

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

 span { border-color: rgb(207,173,224); }

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