Html Css Color HEX #CBADD6 Prelude

📋 copy color: '#CBADD6'

red 203 ◦ green 173 ◦ blue 214

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

Shades of Prelude #CBADD6

Tints of Prelude #CBADD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.27%

R = 34.41%
G = 29.32%
B = 36.27%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CBADD6 (or 0xCBADD6) is known color: Prelude. HEX triplet: CB, AD and D6. RGB value is (203,173,214). Sum of RGB (Red+Green+Blue) = 203+173+214=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 214 (83.98% from 255 or 36.27% from 590); Max value from RGB is 214 - color contains mainly: blue. Hex color #CBADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADD6 is #345229. Grayscale: #BABABA. Windows color (decimal): -3428906 or 14069195. OLE color: 14069195.

HSL color Cylindrical-coordinate representation of color #CBADD6: hue angle of 283.9º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBADD6 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 173 214 -
CMYK 0.05 0.19 0 0.16
HSL 283.9º 0.33% 0.76% -
HSV(B) 283.9º 0.19% 0.84% -
XYZ 51.71 47.44 70.05 -
YUV 186.64 143.44 139.67 -
System Red Green Blue C M Y K H S L
Decimal 203 173 214 0.05 0.19 0 0.16 283.9 0.33 0.76
Hex CB AD D6 5 13 0 10 11C 21 4C
Octal 313 255 326 5 23 0 20 434 41 114
Binary 11001011 10101101 11010110 101 10011 0 10000 100011100 100001 1001100

Color Harmonies of #CBADD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADD6

Black with #CBADD6

Text Example


Text Example

White with #CBADD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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