Html Css Color HEX #CABDCE Prelude

📋 copy color: '#CABDCE'

red 202 ◦ green 189 ◦ blue 206

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

Shades of Prelude #CABDCE

Tints of Prelude #CABDCE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.66%

 BLUE value IS 206 (80.86% from 255) = 34.51%

R = 33.84%
G = 31.66%
B = 34.51%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CABDCE (or 0xCABDCE) is known color: Prelude. HEX triplet: CA, BD and CE. RGB value is (202,189,206). Sum of RGB (Red+Green+Blue) = 202+189+206=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 206 - color contains mainly: blue. Hex color #CABDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDCE is #354231. Grayscale: #C2C2C2. Windows color (decimal): -3490354 or 13549002. OLE color: 13549002.

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

Color convert

RGB 202 189 206 -
CMYK 0.02 0.08 0 0.19
HSL 285.88º 0.15% 0.77% -
HSV(B) 285.88º 0.08% 0.81% -
XYZ 53.7 53.41 65.87 -
YUV 194.83 134.31 133.12 -
System Red Green Blue C M Y K H S L
Decimal 202 189 206 0.02 0.08 0 0.19 285.88 0.15 0.77
Hex CA BD CE 2 8 0 13 11E F 4D
Octal 312 275 316 2 10 0 23 436 17 115
Binary 11001010 10111101 11001110 10 1000 0 10011 100011110 1111 1001101

Color Harmonies of #CABDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABDCE

Black with #CABDCE

Text Example


Text Example

White with #CABDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABDCE; }

 p { color: rgb(202,189,206); }

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

background-color css

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

 a { background-color: rgb(202,189,206); }

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

border-color css

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

 span { border-color: rgb(202,189,206); }

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