Html Css Color HEX #CFADD8 Prelude

📋 copy color: '#CFADD8'

red 207 ◦ green 173 ◦ blue 216

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

Shades of Prelude #CFADD8

Tints of Prelude #CFADD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.24%

R = 34.73%
G = 29.03%
B = 36.24%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CFADD8 (or 0xCFADD8) is known color: Prelude. HEX triplet: CF, AD and D8. RGB value is (207,173,216). Sum of RGB (Red+Green+Blue) = 207+173+216=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 216 - color contains mainly: blue. Hex color #CFADD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADD8 is #305227. Grayscale: #BBBBBB. Windows color (decimal): -3166760 or 14200271. OLE color: 14200271.

HSL color Cylindrical-coordinate representation of color #CFADD8: hue angle of 287.44º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFADD8 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 173 216 -
CMYK 0.04 0.20 0 0.15
HSL 287.44º 0.36% 0.76% -
HSV(B) 287.44º 0.2% 0.85% -
XYZ 53.07 48.11 71.45 -
YUV 188.07 143.76 141.5 -
System Red Green Blue C M Y K H S L
Decimal 207 173 216 0.04 0.20 0 0.15 287.44 0.36 0.76
Hex CF AD D8 4 14 0 F 11F 24 4C
Octal 317 255 330 4 24 0 17 437 44 114
Binary 11001111 10101101 11011000 100 10100 0 1111 100011111 100100 1001100

Color Harmonies of #CFADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFADD8

Black with #CFADD8

Text Example


Text Example

White with #CFADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFADD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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