Html Css Color HEX #CABCCD Prelude

📋 copy color: '#CABCCD'

red 202 ◦ green 188 ◦ blue 205

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

Shades of Prelude #CABCCD

Tints of Prelude #CABCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.45%

R = 33.95%
G = 31.6%
B = 34.45%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CABCCD (or 0xCABCCD) is known color: Prelude. HEX triplet: CA, BC and CD. RGB value is (202,188,205). Sum of RGB (Red+Green+Blue) = 202+188+205=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 205 - color contains mainly: blue. Hex color #CABCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCCD is #354332. Grayscale: #C2C2C2. Windows color (decimal): -3490611 or 13483210. OLE color: 13483210.

HSL color Cylindrical-coordinate representation of color #CABCCD: hue angle of 289.41º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CABCCD is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 188 205 -
CMYK 0.01 0.08 0 0.20
HSL 289.41º 0.15% 0.77% -
HSV(B) 289.41º 0.08% 0.8% -
XYZ 53.36 52.93 65.16 -
YUV 194.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 202 188 205 0.01 0.08 0 0.20 289.41 0.15 0.77
Hex CA BC CD 1 8 0 14 121 F 4D
Octal 312 274 315 1 10 0 24 441 17 115
Binary 11001010 10111100 11001101 1 1000 0 10100 100100001 1111 1001101

Color Harmonies of #CABCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABCCD

Black with #CABCCD

Text Example


Text Example

White with #CABCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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