Html Css Color HEX #CBADD0 Prelude

📋 copy color: '#CBADD0'

red 203 ◦ green 173 ◦ blue 208

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

Shades of Prelude #CBADD0

Tints of Prelude #CBADD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.62%

R = 34.76%
G = 29.62%
B = 35.62%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CBADD0 (or 0xCBADD0) is known color: Prelude. HEX triplet: CB, AD and D0. RGB value is (203,173,208). Sum of RGB (Red+Green+Blue) = 203+173+208=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADD0 is #34522F. Grayscale: #B9B9B9. Windows color (decimal): -3428912 or 13675979. OLE color: 13675979.

HSL color Cylindrical-coordinate representation of color #CBADD0: hue angle of 291.43º degrees, saturation: 0.27, 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 #CBADD0 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 173 208 -
CMYK 0.02 0.17 0 0.18
HSL 291.43º 0.27% 0.75% -
HSV(B) 291.43º 0.17% 0.82% -
XYZ 50.96 47.14 66.09 -
YUV 185.96 140.44 140.15 -
System Red Green Blue C M Y K H S L
Decimal 203 173 208 0.02 0.17 0 0.18 291.43 0.27 0.75
Hex CB AD D0 2 11 0 12 123 1B 4B
Octal 313 255 320 2 21 0 22 443 33 113
Binary 11001011 10101101 11010000 10 10001 0 10010 100100011 11011 1001011

Color Harmonies of #CBADD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADD0

Black with #CBADD0

Text Example


Text Example

White with #CBADD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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