Html Css Color HEX #CBD2ED Hawkes Blue

📋 copy color: '#CBD2ED'

red 203 ◦ green 210 ◦ blue 237

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

Shades of Hawkes Blue #CBD2ED

Tints of Hawkes Blue #CBD2ED

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.31%

 BLUE value IS 237 (92.97% from 255) = 36.46%

R = 31.23%
G = 32.31%
B = 36.46%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBD2ED (or 0xCBD2ED) is known color: Hawkes Blue. HEX triplet: CB, D2 and ED. RGB value is (203,210,237). Sum of RGB (Red+Green+Blue) = 203+210+237=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 210 (82.42% from 255 or 32.31% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBD2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD2ED is #342D12. Grayscale: #D2D2D2. Windows color (decimal): -3419411 or 15585995. OLE color: 15585995.

HSL color Cylindrical-coordinate representation of color #CBD2ED: hue angle of 227.65º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBD2ED is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 210 237 -
CMYK 0.14 0.11 0 0.07
HSL 227.65º 0.49% 0.86% -
HSV(B) 227.65º 0.14% 0.93% -
XYZ 62.96 64.9 89.33 -
YUV 210.99 142.68 122.3 -
System Red Green Blue C M Y K H S L
Decimal 203 210 237 0.14 0.11 0 0.07 227.65 0.49 0.86
Hex CB D2 ED E B 0 7 E4 31 56
Octal 313 322 355 16 13 0 7 344 61 126
Binary 11001011 11010010 11101101 1110 1011 0 111 11100100 110001 1010110

Color Harmonies of #CBD2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD2ED

Black with #CBD2ED

Text Example


Text Example

White with #CBD2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD2ED; }

 p { color: rgb(203,210,237); }

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

background-color css

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

 a { background-color: rgb(203,210,237); }

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

border-color css

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

 span { border-color: rgb(203,210,237); }

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