Html Css Color HEX #CAADD4 Prelude

📋 copy color: '#CAADD4'

red 202 ◦ green 173 ◦ blue 212

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

Shades of Prelude #CAADD4

Tints of Prelude #CAADD4

RGB

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

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

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

R = 34.41%
G = 29.47%
B = 36.12%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CAADD4 (or 0xCAADD4) is known color: Prelude. HEX triplet: CA, AD and D4. RGB value is (202,173,212). Sum of RGB (Red+Green+Blue) = 202+173+212=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 212 - color contains mainly: blue. Hex color #CAADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADD4 is #35522B. Grayscale: #B9B9B9. Windows color (decimal): -3494444 or 13938122. OLE color: 13938122.

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

Color convert

RGB 202 173 212 -
CMYK 0.05 0.18 0 0.17
HSL 284.62º 0.31% 0.75% -
HSV(B) 284.62º 0.18% 0.83% -
XYZ 51.18 47.2 68.7 -
YUV 186.12 142.61 139.33 -
System Red Green Blue C M Y K H S L
Decimal 202 173 212 0.05 0.18 0 0.17 284.62 0.31 0.75
Hex CA AD D4 5 12 0 11 11D 1F 4B
Octal 312 255 324 5 22 0 21 435 37 113
Binary 11001010 10101101 11010100 101 10010 0 10001 100011101 11111 1001011

Color Harmonies of #CAADD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAADD4

Black with #CAADD4

Text Example


Text Example

White with #CAADD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAADD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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