Html Css Color HEX #CABED4 Prelude

📋 copy color: '#CABED4'

red 202 ◦ green 190 ◦ blue 212

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

Shades of Prelude #CABED4

Tints of Prelude #CABED4

RGB

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

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

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

R = 33.44%
G = 31.46%
B = 35.1%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CABED4 (or 0xCABED4) is known color: Prelude. HEX triplet: CA, BE and D4. RGB value is (202,190,212). Sum of RGB (Red+Green+Blue) = 202+190+212=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 212 - color contains mainly: blue. Hex color #CABED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABED4 is #35412B. Grayscale: #C4C4C4. Windows color (decimal): -3490092 or 13942474. OLE color: 13942474.

HSL color Cylindrical-coordinate representation of color #CABED4: hue angle of 272.73º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CABED4 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 202 190 212 -
CMYK 0.05 0.10 0 0.17
HSL 272.73º 0.2% 0.79% -
HSV(B) 272.73º 0.1% 0.83% -
XYZ 54.65 54.14 69.86 -
YUV 196.1 136.98 132.21 -
System Red Green Blue C M Y K H S L
Decimal 202 190 212 0.05 0.10 0 0.17 272.73 0.2 0.79
Hex CA BE D4 5 A 0 11 111 14 4F
Octal 312 276 324 5 12 0 21 421 24 117
Binary 11001010 10111110 11010100 101 1010 0 10001 100010001 10100 1001111

Color Harmonies of #CABED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABED4

Black with #CABED4

Text Example


Text Example

White with #CABED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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