Html Css Color HEX #CBADDC Prelude

📋 copy color: '#CBADDC'

red 203 ◦ green 173 ◦ blue 220

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

Shades of Prelude #CBADDC

Tints of Prelude #CBADDC

RGB

 RED value IS 203 (79.69% from 255) = 34.06%

 GREEN value IS 173 (67.97% from 255) = 29.03%

 BLUE value IS 220 (86.33% from 255) = 36.91%

R = 34.06%
G = 29.03%
B = 36.91%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CBADDC (or 0xCBADDC) is known color: Prelude. HEX triplet: CB, AD and DC. RGB value is (203,173,220). Sum of RGB (Red+Green+Blue) = 203+173+220=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADDC is #345223. Grayscale: #BBBBBB. Windows color (decimal): -3428900 or 14462411. OLE color: 14462411.

HSL color Cylindrical-coordinate representation of color #CBADDC: hue angle of 278.3º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBADDC is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 173 220 -
CMYK 0.08 0.21 0 0.14
HSL 278.3º 0.4% 0.77% -
HSV(B) 278.3º 0.21% 0.86% -
XYZ 52.49 47.75 74.16 -
YUV 187.33 146.44 139.18 -
System Red Green Blue C M Y K H S L
Decimal 203 173 220 0.08 0.21 0 0.14 278.3 0.4 0.77
Hex CB AD DC 8 15 0 E 116 28 4D
Octal 313 255 334 10 25 0 16 426 50 115
Binary 11001011 10101101 11011100 1000 10101 0 1110 100010110 101000 1001101

Color Harmonies of #CBADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADDC

Black with #CBADDC

Text Example


Text Example

White with #CBADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADDC; }

 p { color: rgb(203,173,220); }

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

background-color css

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

 a { background-color: rgb(203,173,220); }

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

border-color css

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

 span { border-color: rgb(203,173,220); }

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