Html Css Color HEX #CABED5 Prelude

📋 copy color: '#CABED5'

red 202 ◦ green 190 ◦ blue 213

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

Shades of Prelude #CABED5

Tints of Prelude #CABED5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.4%

 BLUE value IS 213 (83.59% from 255) = 35.21%

R = 33.39%
G = 31.4%
B = 35.21%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CABED5 (or 0xCABED5) is known color: Prelude. HEX triplet: CA, BE and D5. RGB value is (202,190,213). Sum of RGB (Red+Green+Blue) = 202+190+213=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 213 - color contains mainly: blue. Hex color #CABED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABED5 is #35412A. Grayscale: #C4C4C4. Windows color (decimal): -3490091 or 14008010. OLE color: 14008010.

HSL color Cylindrical-coordinate representation of color #CABED5: hue angle of 271.3º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CABED5 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 190 213 -
CMYK 0.05 0.11 0 0.16
HSL 271.3º 0.21% 0.79% -
HSV(B) 271.3º 0.11% 0.84% -
XYZ 54.78 54.19 70.52 -
YUV 196.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 202 190 213 0.05 0.11 0 0.16 271.3 0.21 0.79
Hex CA BE D5 5 B 0 10 10F 15 4F
Octal 312 276 325 5 13 0 20 417 25 117
Binary 11001010 10111110 11010101 101 1011 0 10000 100001111 10101 1001111

Color Harmonies of #CABED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABED5

Black with #CABED5

Text Example


Text Example

White with #CABED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABED5; }

 p { color: rgb(202,190,213); }

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

background-color css

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

 a { background-color: rgb(202,190,213); }

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

border-color css

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

 span { border-color: rgb(202,190,213); }

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