Html Css Color HEX #CBADDD Prelude

📋 copy color: '#CBADDD'

red 203 ◦ green 173 ◦ blue 221

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

Shades of Prelude #CBADDD

Tints of Prelude #CBADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.02%

R = 34%
G = 28.98%
B = 37.02%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CBADDD (or 0xCBADDD) is known color: Prelude. HEX triplet: CB, AD and DD. RGB value is (203,173,221). Sum of RGB (Red+Green+Blue) = 203+173+221=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADDD is #345222. Grayscale: #BBBBBB. Windows color (decimal): -3428899 or 14527947. OLE color: 14527947.

HSL color Cylindrical-coordinate representation of color #CBADDD: hue angle of 277.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBADDD is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 173 221 -
CMYK 0.08 0.22 0 0.13
HSL 277.5º 0.41% 0.77% -
HSV(B) 277.5º 0.22% 0.87% -
XYZ 52.62 47.8 74.86 -
YUV 187.44 146.94 139.1 -
System Red Green Blue C M Y K H S L
Decimal 203 173 221 0.08 0.22 0 0.13 277.5 0.41 0.77
Hex CB AD DD 8 16 0 D 116 29 4D
Octal 313 255 335 10 26 0 15 426 51 115
Binary 11001011 10101101 11011101 1000 10110 0 1101 100010110 101001 1001101

Color Harmonies of #CBADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADDD

Black with #CBADDD

Text Example


Text Example

White with #CBADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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