Html Css Color HEX #CBADD4 Prelude

📋 copy color: '#CBADD4'

red 203 ◦ green 173 ◦ blue 212

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

Shades of Prelude #CBADD4

Tints of Prelude #CBADD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.05%

R = 34.52%
G = 29.42%
B = 36.05%

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

#CBADD4 (or 0xCBADD4) is known color: Prelude. HEX triplet: CB, AD and D4. RGB value is (203,173,212). Sum of RGB (Red+Green+Blue) = 203+173+212=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 212 - color contains mainly: blue. Hex color #CBADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADD4 is #34522B. Grayscale: #BABABA. Windows color (decimal): -3428908 or 13938123. OLE color: 13938123.

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

Color convert

RGB 203 173 212 -
CMYK 0.04 0.18 0 0.17
HSL 286.15º 0.31% 0.75% -
HSV(B) 286.15º 0.18% 0.83% -
XYZ 51.46 47.34 68.71 -
YUV 186.42 142.44 139.83 -
System Red Green Blue C M Y K H S L
Decimal 203 173 212 0.04 0.18 0 0.17 286.15 0.31 0.75
Hex CB AD D4 4 12 0 11 11E 1F 4B
Octal 313 255 324 4 22 0 21 436 37 113
Binary 11001011 10101101 11010100 100 10010 0 10001 100011110 11111 1001011

Color Harmonies of #CBADD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADD4

Black with #CBADD4

Text Example


Text Example

White with #CBADD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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