Html Css Color HEX #CBD0E5 Periwinkle

📋 copy color: '#CBD0E5'

red 203 ◦ green 208 ◦ blue 229

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

Shades of Periwinkle #CBD0E5

Tints of Periwinkle #CBD0E5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.5%

 BLUE value IS 229 (89.84% from 255) = 35.78%

R = 31.72%
G = 32.5%
B = 35.78%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CBD0E5 (or 0xCBD0E5) is known color: Periwinkle. HEX triplet: CB, D0 and E5. RGB value is (203,208,229). Sum of RGB (Red+Green+Blue) = 203+208+229=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBD0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD0E5 is #342F1A. Grayscale: #D0D0D0. Windows color (decimal): -3419931 or 15061195. OLE color: 15061195.

HSL color Cylindrical-coordinate representation of color #CBD0E5: hue angle of 228.46º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBD0E5 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 208 229 -
CMYK 0.11 0.09 0 0.10
HSL 228.46º 0.33% 0.85% -
HSV(B) 228.46º 0.11% 0.9% -
XYZ 61.33 63.47 83.15 -
YUV 208.9 139.34 123.79 -
System Red Green Blue C M Y K H S L
Decimal 203 208 229 0.11 0.09 0 0.10 228.46 0.33 0.85
Hex CB D0 E5 B 9 0 A E4 21 55
Octal 313 320 345 13 11 0 12 344 41 125
Binary 11001011 11010000 11100101 1011 1001 0 1010 11100100 100001 1010101

Color Harmonies of #CBD0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD0E5

Black with #CBD0E5

Text Example


Text Example

White with #CBD0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD0E5; }

 p { color: rgb(203,208,229); }

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

background-color css

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

 a { background-color: rgb(203,208,229); }

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

border-color css

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

 span { border-color: rgb(203,208,229); }

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