Html Css Color HEX #CAADD7 Prelude

📋 copy color: '#CAADD7'

red 202 ◦ green 173 ◦ blue 215

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

Shades of Prelude #CAADD7

Tints of Prelude #CAADD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.44%

R = 34.24%
G = 29.32%
B = 36.44%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CAADD7 (or 0xCAADD7) is known color: Prelude. HEX triplet: CA, AD and D7. RGB value is (202,173,215). Sum of RGB (Red+Green+Blue) = 202+173+215=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 215 (84.38% from 255 or 36.44% from 590); Max value from RGB is 215 - color contains mainly: blue. Hex color #CAADD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADD7 is #355228. Grayscale: #BABABA. Windows color (decimal): -3494441 or 14134730. OLE color: 14134730.

HSL color Cylindrical-coordinate representation of color #CAADD7: hue angle of 281.43º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAADD7 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 173 215 -
CMYK 0.06 0.20 0 0.16
HSL 281.43º 0.34% 0.76% -
HSV(B) 281.43º 0.2% 0.84% -
XYZ 51.57 47.35 70.71 -
YUV 186.46 144.11 139.08 -
System Red Green Blue C M Y K H S L
Decimal 202 173 215 0.06 0.20 0 0.16 281.43 0.34 0.76
Hex CA AD D7 6 14 0 10 119 22 4C
Octal 312 255 327 6 24 0 20 431 42 114
Binary 11001010 10101101 11010111 110 10100 0 10000 100011001 100010 1001100

Color Harmonies of #CAADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAADD7

Black with #CAADD7

Text Example


Text Example

White with #CAADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAADD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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