Html Css Color HEX #CFAED4 Prelude

📋 copy color: '#CFAED4'

red 207 ◦ green 174 ◦ blue 212

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

Shades of Prelude #CFAED4

Tints of Prelude #CFAED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.75%

R = 34.91%
G = 29.34%
B = 35.75%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CFAED4 (or 0xCFAED4) is known color: Prelude. HEX triplet: CF, AE and D4. RGB value is (207,174,212). Sum of RGB (Red+Green+Blue) = 207+174+212=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 212 - color contains mainly: blue. Hex color #CFAED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAED4 is #30512B. Grayscale: #BCBCBC. Windows color (decimal): -3166508 or 13938383. OLE color: 13938383.

HSL color Cylindrical-coordinate representation of color #CFAED4: hue angle of 292.11º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFAED4 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 174 212 -
CMYK 0.02 0.18 0 0.17
HSL 292.11º 0.31% 0.76% -
HSV(B) 292.11º 0.18% 0.83% -
XYZ 52.75 48.29 68.83 -
YUV 188.2 141.43 141.41 -
System Red Green Blue C M Y K H S L
Decimal 207 174 212 0.02 0.18 0 0.17 292.11 0.31 0.76
Hex CF AE D4 2 12 0 11 124 1F 4C
Octal 317 256 324 2 22 0 21 444 37 114
Binary 11001111 10101110 11010100 10 10010 0 10001 100100100 11111 1001100

Color Harmonies of #CFAED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAED4

Black with #CFAED4

Text Example


Text Example

White with #CFAED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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