Html Css Color HEX #CFADDE Prelude

📋 copy color: '#CFADDE'

red 207 ◦ green 173 ◦ blue 222

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

Shades of Prelude #CFADDE

Tints of Prelude #CFADDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.88%

R = 34.39%
G = 28.74%
B = 36.88%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CFADDE (or 0xCFADDE) is known color: Prelude. HEX triplet: CF, AD and DE. RGB value is (207,173,222). Sum of RGB (Red+Green+Blue) = 207+173+222=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADDE is #305221. Grayscale: #BCBCBC. Windows color (decimal): -3166754 or 14593487. OLE color: 14593487.

HSL color Cylindrical-coordinate representation of color #CFADDE: hue angle of 281.63º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFADDE is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 173 222 -
CMYK 0.07 0.22 0 0.13
HSL 281.63º 0.43% 0.77% -
HSV(B) 281.63º 0.22% 0.87% -
XYZ 53.86 48.43 75.62 -
YUV 188.75 146.76 141.02 -
System Red Green Blue C M Y K H S L
Decimal 207 173 222 0.07 0.22 0 0.13 281.63 0.43 0.77
Hex CF AD DE 7 16 0 D 11A 2B 4D
Octal 317 255 336 7 26 0 15 432 53 115
Binary 11001111 10101101 11011110 111 10110 0 1101 100011010 101011 1001101

Color Harmonies of #CFADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFADDE

Black with #CFADDE

Text Example


Text Example

White with #CFADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFADDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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