Html Css Color HEX #CABCD3 Prelude

📋 copy color: '#CABCD3'

red 202 ◦ green 188 ◦ blue 211

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

Shades of Prelude #CABCD3

Tints of Prelude #CABCD3

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.28%

 BLUE value IS 211 (82.81% from 255) = 35.11%

R = 33.61%
G = 31.28%
B = 35.11%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CABCD3 (or 0xCABCD3) is known color: Prelude. HEX triplet: CA, BC and D3. RGB value is (202,188,211). Sum of RGB (Red+Green+Blue) = 202+188+211=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 211 - color contains mainly: blue. Hex color #CABCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCD3 is #35432C. Grayscale: #C2C2C2. Windows color (decimal): -3490605 or 13876426. OLE color: 13876426.

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

Color convert

RGB 202 188 211 -
CMYK 0.04 0.11 0 0.17
HSL 276.52º 0.21% 0.78% -
HSV(B) 276.52º 0.11% 0.83% -
XYZ 54.1 53.23 69.05 -
YUV 194.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 202 188 211 0.04 0.11 0 0.17 276.52 0.21 0.78
Hex CA BC D3 4 B 0 11 115 15 4E
Octal 312 274 323 4 13 0 21 425 25 116
Binary 11001010 10111100 11010011 100 1011 0 10001 100010101 10101 1001110

Color Harmonies of #CABCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABCD3

Black with #CABCD3

Text Example


Text Example

White with #CABCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABCD3; }

 p { color: rgb(202,188,211); }

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

background-color css

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

 a { background-color: rgb(202,188,211); }

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

border-color css

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

 span { border-color: rgb(202,188,211); }

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