Html Css Color HEX #CBADD1 Prelude

📋 copy color: '#CBADD1'

red 203 ◦ green 173 ◦ blue 209

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

Shades of Prelude #CBADD1

Tints of Prelude #CBADD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.73%

R = 34.7%
G = 29.57%
B = 35.73%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CBADD1 (or 0xCBADD1) is known color: Prelude. HEX triplet: CB, AD and D1. RGB value is (203,173,209). Sum of RGB (Red+Green+Blue) = 203+173+209=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBADD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADD1 is #34522E. Grayscale: #B9B9B9. Windows color (decimal): -3428911 or 13741515. OLE color: 13741515.

HSL color Cylindrical-coordinate representation of color #CBADD1: hue angle of 290º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBADD1 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 173 209 -
CMYK 0.03 0.17 0 0.18
HSL 290º 0.28% 0.75% -
HSV(B) 290º 0.17% 0.82% -
XYZ 51.08 47.19 66.74 -
YUV 186.07 140.94 140.07 -
System Red Green Blue C M Y K H S L
Decimal 203 173 209 0.03 0.17 0 0.18 290 0.28 0.75
Hex CB AD D1 3 11 0 12 122 1C 4B
Octal 313 255 321 3 21 0 22 442 34 113
Binary 11001011 10101101 11010001 11 10001 0 10010 100100010 11100 1001011

Color Harmonies of #CBADD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADD1

Black with #CBADD1

Text Example


Text Example

White with #CBADD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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