Html Css Color HEX #CBADD8 Prelude

📋 copy color: '#CBADD8'

red 203 ◦ green 173 ◦ blue 216

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

Shades of Prelude #CBADD8

Tints of Prelude #CBADD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.49%

R = 34.29%
G = 29.22%
B = 36.49%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CBADD8 (or 0xCBADD8) is known color: Prelude. HEX triplet: CB, AD and D8. RGB value is (203,173,216). Sum of RGB (Red+Green+Blue) = 203+173+216=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 216 (84.77% from 255 or 36.49% from 592); Max value from RGB is 216 - color contains mainly: blue. Hex color #CBADD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADD8 is #345227. Grayscale: #BABABA. Windows color (decimal): -3428904 or 14200267. OLE color: 14200267.

HSL color Cylindrical-coordinate representation of color #CBADD8: hue angle of 281.86º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBADD8 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 173 216 -
CMYK 0.06 0.20 0 0.15
HSL 281.86º 0.36% 0.76% -
HSV(B) 281.86º 0.2% 0.85% -
XYZ 51.97 47.54 71.4 -
YUV 186.87 144.44 139.5 -
System Red Green Blue C M Y K H S L
Decimal 203 173 216 0.06 0.20 0 0.15 281.86 0.36 0.76
Hex CB AD D8 6 14 0 F 11A 24 4C
Octal 313 255 330 6 24 0 17 432 44 114
Binary 11001011 10101101 11011000 110 10100 0 1111 100011010 100100 1001100

Color Harmonies of #CBADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADD8

Black with #CBADD8

Text Example


Text Example

White with #CBADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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