Html Css Color HEX #CBD1ED Periwinkle

📋 copy color: '#CBD1ED'

red 203 ◦ green 209 ◦ blue 237

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

Shades of Periwinkle #CBD1ED

Tints of Periwinkle #CBD1ED

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.2%

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

R = 31.28%
G = 32.2%
B = 36.52%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBD1ED (or 0xCBD1ED) is known color: Periwinkle. HEX triplet: CB, D1 and ED. RGB value is (203,209,237). Sum of RGB (Red+Green+Blue) = 203+209+237=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 209 (82.03% from 255 or 32.20% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBD1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD1ED is #342E12. Grayscale: #D2D2D2. Windows color (decimal): -3419667 or 15585739. OLE color: 15585739.

HSL color Cylindrical-coordinate representation of color #CBD1ED: hue angle of 229.41º 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 #CBD1ED is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 209 237 -
CMYK 0.14 0.12 0 0.07
HSL 229.41º 0.49% 0.86% -
HSV(B) 229.41º 0.14% 0.93% -
XYZ 62.72 64.41 89.25 -
YUV 210.4 143.01 122.72 -
System Red Green Blue C M Y K H S L
Decimal 203 209 237 0.14 0.12 0 0.07 229.41 0.49 0.86
Hex CB D1 ED E C 0 7 E5 31 56
Octal 313 321 355 16 14 0 7 345 61 126
Binary 11001011 11010001 11101101 1110 1100 0 111 11100101 110001 1010110

Color Harmonies of #CBD1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD1ED

Black with #CBD1ED

Text Example


Text Example

White with #CBD1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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