Html Css Color HEX #CBADD3 Prelude

📋 copy color: '#CBADD3'

red 203 ◦ green 173 ◦ blue 211

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

Shades of Prelude #CBADD3

Tints of Prelude #CBADD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.95%

R = 34.58%
G = 29.47%
B = 35.95%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CBADD3 (or 0xCBADD3) is known color: Prelude. HEX triplet: CB, AD and D3. RGB value is (203,173,211). Sum of RGB (Red+Green+Blue) = 203+173+211=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 211 - color contains mainly: blue. Hex color #CBADD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADD3 is #34522C. Grayscale: #BABABA. Windows color (decimal): -3428909 or 13872587. OLE color: 13872587.

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

Color convert

RGB 203 173 211 -
CMYK 0.04 0.18 0 0.17
HSL 287.37º 0.3% 0.75% -
HSV(B) 287.37º 0.18% 0.83% -
XYZ 51.33 47.29 68.05 -
YUV 186.3 141.94 139.91 -
System Red Green Blue C M Y K H S L
Decimal 203 173 211 0.04 0.18 0 0.17 287.37 0.3 0.75
Hex CB AD D3 4 12 0 11 11F 1E 4B
Octal 313 255 323 4 22 0 21 437 36 113
Binary 11001011 10101101 11010011 100 10010 0 10001 100011111 11110 1001011

Color Harmonies of #CBADD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADD3

Black with #CBADD3

Text Example


Text Example

White with #CBADD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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