Html Css Color HEX #CFADD5 Prelude

📋 copy color: '#CFADD5'

red 207 ◦ green 173 ◦ blue 213

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

Shades of Prelude #CFADD5

Tints of Prelude #CFADD5

RGB

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

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

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

R = 34.91%
G = 29.17%
B = 35.92%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CFADD5 (or 0xCFADD5) is known color: Prelude. HEX triplet: CF, AD and D5. RGB value is (207,173,213). Sum of RGB (Red+Green+Blue) = 207+173+213=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 213 - color contains mainly: blue. Hex color #CFADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADD5 is #30522A. Grayscale: #BBBBBB. Windows color (decimal): -3166763 or 14003663. OLE color: 14003663.

HSL color Cylindrical-coordinate representation of color #CFADD5: hue angle of 291º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFADD5 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 173 213 -
CMYK 0.03 0.19 0 0.16
HSL 291º 0.32% 0.76% -
HSV(B) 291º 0.19% 0.84% -
XYZ 52.69 47.96 69.43 -
YUV 187.73 142.26 141.75 -
System Red Green Blue C M Y K H S L
Decimal 207 173 213 0.03 0.19 0 0.16 291 0.32 0.76
Hex CF AD D5 3 13 0 10 123 20 4C
Octal 317 255 325 3 23 0 20 443 40 114
Binary 11001111 10101101 11010101 11 10011 0 10000 100100011 100000 1001100

Color Harmonies of #CFADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFADD5

Black with #CFADD5

Text Example


Text Example

White with #CFADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFADD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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