Html Css Color HEX #CABED0 Prelude

📋 copy color: '#CABED0'

red 202 ◦ green 190 ◦ blue 208

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

Shades of Prelude #CABED0

Tints of Prelude #CABED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.67%

R = 33.67%
G = 31.67%
B = 34.67%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CABED0 (or 0xCABED0) is known color: Prelude. HEX triplet: CA, BE and D0. RGB value is (202,190,208). Sum of RGB (Red+Green+Blue) = 202+190+208=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 208 - color contains mainly: blue. Hex color #CABED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABED0 is #35412F. Grayscale: #C3C3C3. Windows color (decimal): -3490096 or 13680330. OLE color: 13680330.

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

Color convert

RGB 202 190 208 -
CMYK 0.03 0.09 0 0.18
HSL 280º 0.16% 0.78% -
HSV(B) 280º 0.09% 0.82% -
XYZ 54.16 53.94 67.23 -
YUV 195.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 202 190 208 0.03 0.09 0 0.18 280 0.16 0.78
Hex CA BE D0 3 9 0 12 118 10 4E
Octal 312 276 320 3 11 0 22 430 20 116
Binary 11001010 10111110 11010000 11 1001 0 10010 100011000 10000 1001110

Color Harmonies of #CABED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABED0

Black with #CABED0

Text Example


Text Example

White with #CABED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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