Html Css Color HEX #CBD2EE Hawkes Blue

📋 copy color: '#CBD2EE'

red 203 ◦ green 210 ◦ blue 238

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

Shades of Hawkes Blue #CBD2EE

Tints of Hawkes Blue #CBD2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.56%

R = 31.18%
G = 32.26%
B = 36.56%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBD2EE (or 0xCBD2EE) is known color: Hawkes Blue. HEX triplet: CB, D2 and EE. RGB value is (203,210,238). Sum of RGB (Red+Green+Blue) = 203+210+238=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 210 (82.42% from 255 or 32.26% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBD2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD2EE is #342D11. Grayscale: #D2D2D2. Windows color (decimal): -3419410 or 15651531. OLE color: 15651531.

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

Color convert

RGB 203 210 238 -
CMYK 0.15 0.12 0 0.07
HSL 228º 0.51% 0.86% -
HSV(B) 228º 0.15% 0.93% -
XYZ 63.11 64.96 90.1 -
YUV 211.1 143.18 122.22 -
System Red Green Blue C M Y K H S L
Decimal 203 210 238 0.15 0.12 0 0.07 228 0.51 0.86
Hex CB D2 EE F C 0 7 E4 33 56
Octal 313 322 356 17 14 0 7 344 63 126
Binary 11001011 11010010 11101110 1111 1100 0 111 11100100 110011 1010110

Color Harmonies of #CBD2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD2EE

Black with #CBD2EE

Text Example


Text Example

White with #CBD2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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