Html Css Color HEX #CAADD8 Prelude

📋 copy color: '#CAADD8'

red 202 ◦ green 173 ◦ blue 216

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

Shades of Prelude #CAADD8

Tints of Prelude #CAADD8

RGB

 RED value IS 202 (79.3% from 255) = 34.18%

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

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

R = 34.18%
G = 29.27%
B = 36.55%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CAADD8 (or 0xCAADD8) is known color: Prelude. HEX triplet: CA, AD and D8. RGB value is (202,173,216). Sum of RGB (Red+Green+Blue) = 202+173+216=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 216 (84.77% from 255 or 36.55% from 591); Max value from RGB is 216 - color contains mainly: blue. Hex color #CAADD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADD8 is #355227. Grayscale: #BABABA. Windows color (decimal): -3494440 or 14200266. OLE color: 14200266.

HSL color Cylindrical-coordinate representation of color #CAADD8: hue angle of 280.47º 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 #CAADD8 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 173 216 -
CMYK 0.06 0.20 0 0.15
HSL 280.47º 0.36% 0.76% -
HSV(B) 280.47º 0.2% 0.85% -
XYZ 51.7 47.4 71.39 -
YUV 186.57 144.61 139 -
System Red Green Blue C M Y K H S L
Decimal 202 173 216 0.06 0.20 0 0.15 280.47 0.36 0.76
Hex CA AD D8 6 14 0 F 118 24 4C
Octal 312 255 330 6 24 0 17 430 44 114
Binary 11001010 10101101 11011000 110 10100 0 1111 100011000 100100 1001100

Color Harmonies of #CAADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAADD8

Black with #CAADD8

Text Example


Text Example

White with #CAADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAADD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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