Html Css Color HEX #CAADDA Prelude

📋 copy color: '#CAADDA'

red 202 ◦ green 173 ◦ blue 218

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

Shades of Prelude #CAADDA

Tints of Prelude #CAADDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.76%

R = 34.06%
G = 29.17%
B = 36.76%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CAADDA (or 0xCAADDA) is known color: Prelude. HEX triplet: CA, AD and DA. RGB value is (202,173,218). Sum of RGB (Red+Green+Blue) = 202+173+218=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADDA is #355225. Grayscale: #BABABA. Windows color (decimal): -3494438 or 14331338. OLE color: 14331338.

HSL color Cylindrical-coordinate representation of color #CAADDA: hue angle of 278.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAADDA is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 173 218 -
CMYK 0.07 0.21 0 0.15
HSL 278.67º 0.38% 0.77% -
HSV(B) 278.67º 0.21% 0.85% -
XYZ 51.96 47.51 72.76 -
YUV 186.8 145.61 138.84 -
System Red Green Blue C M Y K H S L
Decimal 202 173 218 0.07 0.21 0 0.15 278.67 0.38 0.77
Hex CA AD DA 7 15 0 F 117 26 4D
Octal 312 255 332 7 25 0 17 427 46 115
Binary 11001010 10101101 11011010 111 10101 0 1111 100010111 100110 1001101

Color Harmonies of #CAADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAADDA

Black with #CAADDA

Text Example


Text Example

White with #CAADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAADDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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