Html Css Color HEX #CABED2 Prelude

📋 copy color: '#CABED2'

red 202 ◦ green 190 ◦ blue 210

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

Shades of Prelude #CABED2

Tints of Prelude #CABED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.88%

R = 33.55%
G = 31.56%
B = 34.88%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CABED2 (or 0xCABED2) is known color: Prelude. HEX triplet: CA, BE and D2. RGB value is (202,190,210). Sum of RGB (Red+Green+Blue) = 202+190+210=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 210 - color contains mainly: blue. Hex color #CABED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABED2 is #35412D. Grayscale: #C3C3C3. Windows color (decimal): -3490094 or 13811402. OLE color: 13811402.

HSL color Cylindrical-coordinate representation of color #CABED2: hue angle of 276º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CABED2 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 190 210 -
CMYK 0.04 0.10 0 0.18
HSL 276º 0.18% 0.78% -
HSV(B) 276º 0.1% 0.82% -
XYZ 54.4 54.04 68.54 -
YUV 195.87 135.98 132.37 -
System Red Green Blue C M Y K H S L
Decimal 202 190 210 0.04 0.10 0 0.18 276 0.18 0.78
Hex CA BE D2 4 A 0 12 114 12 4E
Octal 312 276 322 4 12 0 22 424 22 116
Binary 11001010 10111110 11010010 100 1010 0 10010 100010100 10010 1001110

Color Harmonies of #CABED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABED2

Black with #CABED2

Text Example


Text Example

White with #CABED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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