Html Css Color HEX #CABAD4 Prelude

📋 copy color: '#CABAD4'

red 202 ◦ green 186 ◦ blue 212

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

Shades of Prelude #CABAD4

Tints of Prelude #CABAD4

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31%

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

R = 33.67%
G = 31%
B = 35.33%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CABAD4 (or 0xCABAD4) is known color: Prelude. HEX triplet: CA, BA and D4. RGB value is (202,186,212). Sum of RGB (Red+Green+Blue) = 202+186+212=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 212 (83.20% from 255 or 35.33% from 600); Max value from RGB is 212 - color contains mainly: blue. Hex color #CABAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAD4 is #35452B. Grayscale: #C1C1C1. Windows color (decimal): -3491116 or 13941450. OLE color: 13941450.

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

Color convert

RGB 202 186 212 -
CMYK 0.05 0.12 0 0.17
HSL 276.92º 0.23% 0.78% -
HSV(B) 276.92º 0.12% 0.83% -
XYZ 53.8 52.43 69.57 -
YUV 193.75 138.3 133.89 -
System Red Green Blue C M Y K H S L
Decimal 202 186 212 0.05 0.12 0 0.17 276.92 0.23 0.78
Hex CA BA D4 5 C 0 11 115 17 4E
Octal 312 272 324 5 14 0 21 425 27 116
Binary 11001010 10111010 11010100 101 1100 0 10001 100010101 10111 1001110

Color Harmonies of #CABAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABAD4

Black with #CABAD4

Text Example


Text Example

White with #CABAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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